Html Css Color HEX #BEB497 Akaroa

📋 copy color: '#BEB497'

red 190 ◦ green 180 ◦ blue 151

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

Shades of Akaroa #BEB497

Tints of Akaroa #BEB497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.55%

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

R = 36.47%
G = 34.55%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BEB497 (or 0xBEB497) is known color: Akaroa. HEX triplet: BE, B4 and 97. RGB value is (190,180,151). Sum of RGB (Red+Green+Blue) = 190+180+151=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB497 is #414B68. Grayscale: #B3B3B3. Windows color (decimal): -4279145 or 9942206. OLE color: 9942206.

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

Color convert

RGB 190 180 151 -
CMYK 0 0.05 0.21 0.25
HSL 44.62º 0.23% 0.67% -
HSV(B) 44.62º 0.21% 0.75% -
XYZ 43.14 45.82 35.85 -
YUV 179.68 111.81 135.36 -
System Red Green Blue C M Y K H S L
Decimal 190 180 151 0 0.05 0.21 0.25 44.62 0.23 0.67
Hex BE B4 97 0 5 15 19 2D 17 43
Octal 276 264 227 0 5 25 31 55 27 103
Binary 10111110 10110100 10010111 0 101 10101 11001 101101 10111 1000011

Color Harmonies of #BEB497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB497

Black with #BEB497

Text Example


Text Example

White with #BEB497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB497; }

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

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

background-color css

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

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

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

border-color css

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

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

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