Html Css Color HEX #BDB59E Akaroa

📋 copy color: '#BDB59E'

red 189 ◦ green 181 ◦ blue 158

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

Shades of Akaroa #BDB59E

Tints of Akaroa #BDB59E

RGB

 RED value IS 189 (74.22% from 255) = 35.8%

 GREEN value IS 181 (71.09% from 255) = 34.28%

 BLUE value IS 158 (62.11% from 255) = 29.92%

R = 35.8%
G = 34.28%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDB59E (or 0xBDB59E) is known color: Akaroa. HEX triplet: BD, B5 and 9E. RGB value is (189,181,158). Sum of RGB (Red+Green+Blue) = 189+181+158=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB59E is #424A61. Grayscale: #B4B4B4. Windows color (decimal): -4344418 or 10401213. OLE color: 10401213.

HSL color Cylindrical-coordinate representation of color #BDB59E: hue angle of 44.52º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDB59E is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 158 -
CMYK 0 0.04 0.16 0.26
HSL 44.52º 0.19% 0.68% -
HSV(B) 44.52º 0.16% 0.74% -
XYZ 43.68 46.34 38.99 -
YUV 180.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 189 181 158 0 0.04 0.16 0.26 44.52 0.19 0.68
Hex BD B5 9E 0 4 10 1A 2D 13 44
Octal 275 265 236 0 4 20 32 55 23 104
Binary 10111101 10110101 10011110 0 100 10000 11010 101101 10011 1000100

Color Harmonies of #BDB59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB59E

Black with #BDB59E

Text Example


Text Example

White with #BDB59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB59E; }

 p { color: rgb(189,181,158); }

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

background-color css

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

 a { background-color: rgb(189,181,158); }

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

border-color css

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

 span { border-color: rgb(189,181,158); }

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