Html Css Color HEX #BEB099 Akaroa

📋 copy color: '#BEB099'

red 190 ◦ green 176 ◦ blue 153

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

Shades of Akaroa #BEB099

Tints of Akaroa #BEB099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.91%

 BLUE value IS 153 (60.16% from 255) = 29.48%

R = 36.61%
G = 33.91%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BEB099 (or 0xBEB099) is known color: Akaroa. HEX triplet: BE, B0 and 99. RGB value is (190,176,153). Sum of RGB (Red+Green+Blue) = 190+176+153=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB099 is #414F66. Grayscale: #B1B1B1. Windows color (decimal): -4280167 or 10072254. OLE color: 10072254.

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

Color convert

RGB 190 176 153 -
CMYK 0 0.07 0.19 0.25
HSL 37.3º 0.22% 0.67% -
HSV(B) 37.3º 0.19% 0.75% -
XYZ 42.51 44.3 36.45 -
YUV 177.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 190 176 153 0 0.07 0.19 0.25 37.3 0.22 0.67
Hex BE B0 99 0 7 13 19 25 16 43
Octal 276 260 231 0 7 23 31 45 26 103
Binary 10111110 10110000 10011001 0 111 10011 11001 100101 10110 1000011

Color Harmonies of #BEB099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB099

Black with #BEB099

Text Example


Text Example

White with #BEB099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB099; }

 p { color: rgb(190,176,153); }

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

background-color css

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

 a { background-color: rgb(190,176,153); }

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

border-color css

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

 span { border-color: rgb(190,176,153); }

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