Html Css Color HEX #BEB297 Akaroa

📋 copy color: '#BEB297'

red 190 ◦ green 178 ◦ blue 151

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

Shades of Akaroa #BEB297

Tints of Akaroa #BEB297

RGB

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

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

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

R = 36.61%
G = 34.3%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BEB297 (or 0xBEB297) is known color: Akaroa. HEX triplet: BE, B2 and 97. RGB value is (190,178,151). Sum of RGB (Red+Green+Blue) = 190+178+151=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB297 is #414D68. Grayscale: #B2B2B2. Windows color (decimal): -4279657 or 9941694. OLE color: 9941694.

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

Color convert

RGB 190 178 151 -
CMYK 0 0.06 0.21 0.25
HSL 41.54º 0.23% 0.67% -
HSV(B) 41.54º 0.21% 0.75% -
XYZ 42.74 45.02 35.72 -
YUV 178.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 190 178 151 0 0.06 0.21 0.25 41.54 0.23 0.67
Hex BE B2 97 0 6 15 19 2A 17 43
Octal 276 262 227 0 6 25 31 52 27 103
Binary 10111110 10110010 10010111 0 110 10101 11001 101010 10111 1000011

Color Harmonies of #BEB297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB297

Black with #BEB297

Text Example


Text Example

White with #BEB297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB297; }

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

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

background-color css

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

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

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

border-color css

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

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

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