Html Css Color HEX #BEB39E Akaroa

📋 copy color: '#BEB39E'

red 190 ◦ green 179 ◦ blue 158

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

Shades of Akaroa #BEB39E

Tints of Akaroa #BEB39E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.98%

R = 36.05%
G = 33.97%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BEB39E (or 0xBEB39E) is known color: Akaroa. HEX triplet: BE, B3 and 9E. RGB value is (190,179,158). Sum of RGB (Red+Green+Blue) = 190+179+158=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB39E is #414C61. Grayscale: #B3B3B3. Windows color (decimal): -4279394 or 10400702. OLE color: 10400702.

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

Color convert

RGB 190 179 158 -
CMYK 0 0.06 0.17 0.25
HSL 39.38º 0.2% 0.68% -
HSV(B) 39.38º 0.17% 0.75% -
XYZ 43.53 45.66 38.87 -
YUV 179.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 190 179 158 0 0.06 0.17 0.25 39.38 0.2 0.68
Hex BE B3 9E 0 6 11 19 27 14 44
Octal 276 263 236 0 6 21 31 47 24 104
Binary 10111110 10110011 10011110 0 110 10001 11001 100111 10100 1000100

Color Harmonies of #BEB39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB39E

Black with #BEB39E

Text Example


Text Example

White with #BEB39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB39E; }

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

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

background-color css

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

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

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

border-color css

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

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

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