Html Css Color HEX #BEB29C Akaroa

📋 copy color: '#BEB29C'

red 190 ◦ green 178 ◦ blue 156

#BEB29C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Akaroa #BEB29C

Tints of Akaroa #BEB29C

RGB

 RED value IS 190 (74.61% from 255) = 36.26%

 GREEN value IS 178 (69.92% from 255) = 33.97%

 BLUE value IS 156 (61.33% from 255) = 29.77%

R = 36.26%
G = 33.97%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BEB29C (or 0xBEB29C) is known color: Akaroa. HEX triplet: BE, B2 and 9C. RGB value is (190,178,156). Sum of RGB (Red+Green+Blue) = 190+178+156=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB29C is #414D63. Grayscale: #B3B3B3. Windows color (decimal): -4279652 or 10269374. OLE color: 10269374.

HSL color Cylindrical-coordinate representation of color #BEB29C: hue angle of 38.82º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEB29C is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 178 156 -
CMYK 0 0.06 0.18 0.25
HSL 38.82º 0.21% 0.68% -
HSV(B) 38.82º 0.18% 0.75% -
XYZ 43.16 45.19 37.9 -
YUV 179.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 190 178 156 0 0.06 0.18 0.25 38.82 0.21 0.68
Hex BE B2 9C 0 6 12 19 27 15 44
Octal 276 262 234 0 6 22 31 47 25 104
Binary 10111110 10110010 10011100 0 110 10010 11001 100111 10101 1000100

Color Harmonies of #BEB29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB29C

Black with #BEB29C

Text Example


Text Example

White with #BEB29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB29C; }

 p { color: rgb(190,178,156); }

 H1.HeaderClassName
 {
   color: #BEB29C;
 }
 .AnyTagClassName
 {
   color: #BEB29C;
 }
</style>

background-color css

<style>
 a { background-color: #BEB29C; }

 a { background-color: rgb(190,178,156); }

 div.DivClassName
 {
   background-color: #BEB29C;
 }
 .BgClassName
 {
   background-color: #BEB29C;
 }
</style>

border-color css

<style>
 span { border-color: #BEB29C; }

 span { border-color: rgb(190,178,156); }

 td.TdClassName
 {
   border-color: #BEB29C;
 }
 .TagClassName
 {
   border-color: #BEB29C;
 }
</style>