Html Css Color HEX #BEB397 Akaroa

📋 copy color: '#BEB397'

red 190 ◦ green 179 ◦ blue 151

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

Shades of Akaroa #BEB397

Tints of Akaroa #BEB397

RGB

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

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

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

R = 36.54%
G = 34.42%
B = 29.04%

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

#BEB397 (or 0xBEB397) is known color: Akaroa. HEX triplet: BE, B3 and 97. RGB value is (190,179,151). Sum of RGB (Red+Green+Blue) = 190+179+151=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB397 is #414C68. Grayscale: #B3B3B3. Windows color (decimal): -4279401 or 9941950. OLE color: 9941950.

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

Color convert

RGB 190 179 151 -
CMYK 0 0.06 0.21 0.25
HSL 43.08º 0.23% 0.67% -
HSV(B) 43.08º 0.21% 0.75% -
XYZ 42.94 45.42 35.78 -
YUV 179.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 190 179 151 0 0.06 0.21 0.25 43.08 0.23 0.67
Hex BE B3 97 0 6 15 19 2B 17 43
Octal 276 263 227 0 6 25 31 53 27 103
Binary 10111110 10110011 10010111 0 110 10101 11001 101011 10111 1000011

Color Harmonies of #BEB397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB397

Black with #BEB397

Text Example


Text Example

White with #BEB397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB397; }

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

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

background-color css

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

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

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

border-color css

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

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

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