Html Css Color HEX #BEB197 Akaroa

📋 copy color: '#BEB197'

red 190 ◦ green 177 ◦ blue 151

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

Shades of Akaroa #BEB197

Tints of Akaroa #BEB197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.15%

R = 36.68%
G = 34.17%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BEB197 (or 0xBEB197) is known color: Akaroa. HEX triplet: BE, B1 and 97. RGB value is (190,177,151). Sum of RGB (Red+Green+Blue) = 190+177+151=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB197 is #414E68. Grayscale: #B2B2B2. Windows color (decimal): -4279913 or 9941438. OLE color: 9941438.

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

Color convert

RGB 190 177 151 -
CMYK 0 0.07 0.21 0.25
HSL 40º 0.23% 0.67% -
HSV(B) 40º 0.21% 0.75% -
XYZ 42.54 44.63 35.65 -
YUV 177.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 190 177 151 0 0.07 0.21 0.25 40 0.23 0.67
Hex BE B1 97 0 7 15 19 28 17 43
Octal 276 261 227 0 7 25 31 50 27 103
Binary 10111110 10110001 10010111 0 111 10101 11001 101000 10111 1000011

Color Harmonies of #BEB197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB197

Black with #BEB197

Text Example


Text Example

White with #BEB197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB197; }

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

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

background-color css

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

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

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

border-color css

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

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

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