Html Css Color HEX #BDB59B Akaroa

📋 copy color: '#BDB59B'

red 189 ◦ green 181 ◦ blue 155

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

Shades of Akaroa #BDB59B

Tints of Akaroa #BDB59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.52%

R = 36%
G = 34.48%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BDB59B (or 0xBDB59B) is known color: Akaroa. HEX triplet: BD, B5 and 9B. RGB value is (189,181,155). Sum of RGB (Red+Green+Blue) = 189+181+155=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB59B is #424A64. Grayscale: #B4B4B4. Windows color (decimal): -4344421 or 10204605. OLE color: 10204605.

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

Color convert

RGB 189 181 155 -
CMYK 0 0.04 0.18 0.26
HSL 45.88º 0.2% 0.67% -
HSV(B) 45.88º 0.18% 0.74% -
XYZ 43.43 46.23 37.65 -
YUV 180.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 189 181 155 0 0.04 0.18 0.26 45.88 0.2 0.67
Hex BD B5 9B 0 4 12 1A 2E 14 43
Octal 275 265 233 0 4 22 32 56 24 103
Binary 10111101 10110101 10011011 0 100 10010 11010 101110 10100 1000011

Color Harmonies of #BDB59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB59B

Black with #BDB59B

Text Example


Text Example

White with #BDB59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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