Html Css Color HEX #BEB39B Akaroa

📋 copy color: '#BEB39B'

red 190 ◦ green 179 ◦ blue 155

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

Shades of Akaroa #BEB39B

Tints of Akaroa #BEB39B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.16%

 BLUE value IS 155 (60.94% from 255) = 29.58%

R = 36.26%
G = 34.16%
B = 29.58%

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

#BEB39B (or 0xBEB39B) is known color: Akaroa. HEX triplet: BE, B3 and 9B. RGB value is (190,179,155). Sum of RGB (Red+Green+Blue) = 190+179+155=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB39B is #414C64. Grayscale: #B3B3B3. Windows color (decimal): -4279397 or 10204094. OLE color: 10204094.

HSL color Cylindrical-coordinate representation of color #BEB39B: hue angle of 41.14º 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 #BEB39B is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 179 155 -
CMYK 0 0.06 0.18 0.25
HSL 41.14º 0.21% 0.68% -
HSV(B) 41.14º 0.18% 0.75% -
XYZ 43.27 45.55 37.52 -
YUV 179.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 190 179 155 0 0.06 0.18 0.25 41.14 0.21 0.68
Hex BE B3 9B 0 6 12 19 29 15 44
Octal 276 263 233 0 6 22 31 51 25 104
Binary 10111110 10110011 10011011 0 110 10010 11001 101001 10101 1000100

Color Harmonies of #BEB39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB39B

Black with #BEB39B

Text Example


Text Example

White with #BEB39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB39B; }

 p { color: rgb(190,179,155); }

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

background-color css

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

 a { background-color: rgb(190,179,155); }

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

border-color css

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

 span { border-color: rgb(190,179,155); }

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