Html Css Color HEX #BEB19E Akaroa

📋 copy color: '#BEB19E'

red 190 ◦ green 177 ◦ blue 158

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

Shades of Akaroa #BEB19E

Tints of Akaroa #BEB19E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.71%

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

R = 36.19%
G = 33.71%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BEB19E (or 0xBEB19E) is known color: Akaroa. HEX triplet: BE, B1 and 9E. RGB value is (190,177,158). Sum of RGB (Red+Green+Blue) = 190+177+158=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB19E is #414E61. Grayscale: #B2B2B2. Windows color (decimal): -4279906 or 10400190. OLE color: 10400190.

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

Color convert

RGB 190 177 158 -
CMYK 0 0.07 0.17 0.25
HSL 35.63º 0.2% 0.68% -
HSV(B) 35.63º 0.17% 0.75% -
XYZ 43.13 44.86 38.73 -
YUV 178.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 190 177 158 0 0.07 0.17 0.25 35.63 0.2 0.68
Hex BE B1 9E 0 7 11 19 24 14 44
Octal 276 261 236 0 7 21 31 44 24 104
Binary 10111110 10110001 10011110 0 111 10001 11001 100100 10100 1000100

Color Harmonies of #BEB19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB19E

Black with #BEB19E

Text Example


Text Example

White with #BEB19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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