Html Css Color HEX #BEB299 Akaroa

📋 copy color: '#BEB299'

red 190 ◦ green 178 ◦ blue 153

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

Shades of Akaroa #BEB299

Tints of Akaroa #BEB299

RGB

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

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

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

R = 36.47%
G = 34.17%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BEB299 (or 0xBEB299) is known color: Akaroa. HEX triplet: BE, B2 and 99. RGB value is (190,178,153). Sum of RGB (Red+Green+Blue) = 190+178+153=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB299 is #414D66. Grayscale: #B2B2B2. Windows color (decimal): -4279655 or 10072766. OLE color: 10072766.

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

Color convert

RGB 190 178 153 -
CMYK 0 0.06 0.19 0.25
HSL 40.54º 0.22% 0.67% -
HSV(B) 40.54º 0.19% 0.75% -
XYZ 42.91 45.09 36.58 -
YUV 178.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 190 178 153 0 0.06 0.19 0.25 40.54 0.22 0.67
Hex BE B2 99 0 6 13 19 29 16 43
Octal 276 262 231 0 6 23 31 51 26 103
Binary 10111110 10110010 10011001 0 110 10011 11001 101001 10110 1000011

Color Harmonies of #BEB299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB299

Black with #BEB299

Text Example


Text Example

White with #BEB299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB299; }

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

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

background-color css

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

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

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

border-color css

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

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

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