Html Css Color HEX #BEB699 Akaroa

📋 copy color: '#BEB699'

red 190 ◦ green 182 ◦ blue 153

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

Shades of Akaroa #BEB699

Tints of Akaroa #BEB699

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.67%

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

R = 36.19%
G = 34.67%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BEB699 (or 0xBEB699) is known color: Akaroa. HEX triplet: BE, B6 and 99. RGB value is (190,182,153). Sum of RGB (Red+Green+Blue) = 190+182+153=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB699 is #414966. Grayscale: #B5B5B5. Windows color (decimal): -4278631 or 10073790. OLE color: 10073790.

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

Color convert

RGB 190 182 153 -
CMYK 0 0.04 0.19 0.25
HSL 47.03º 0.22% 0.67% -
HSV(B) 47.03º 0.19% 0.75% -
XYZ 43.71 46.7 36.85 -
YUV 181.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 190 182 153 0 0.04 0.19 0.25 47.03 0.22 0.67
Hex BE B6 99 0 4 13 19 2F 16 43
Octal 276 266 231 0 4 23 31 57 26 103
Binary 10111110 10110110 10011001 0 100 10011 11001 101111 10110 1000011

Color Harmonies of #BEB699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB699

Black with #BEB699

Text Example


Text Example

White with #BEB699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB699; }

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

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

background-color css

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

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

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

border-color css

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

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

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