Html Css Color HEX #BDB599 Akaroa

📋 copy color: '#BDB599'

red 189 ◦ green 181 ◦ blue 153

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

Shades of Akaroa #BDB599

Tints of Akaroa #BDB599

RGB

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

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

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

R = 36.14%
G = 34.61%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BDB599 (or 0xBDB599) is known color: Akaroa. HEX triplet: BD, B5 and 99. RGB value is (189,181,153). Sum of RGB (Red+Green+Blue) = 189+181+153=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB599 is #424A66. Grayscale: #B4B4B4. Windows color (decimal): -4344423 or 10073533. OLE color: 10073533.

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

Color convert

RGB 189 181 153 -
CMYK 0 0.04 0.19 0.26
HSL 46.67º 0.21% 0.67% -
HSV(B) 46.67º 0.19% 0.74% -
XYZ 43.26 46.17 36.77 -
YUV 180.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 189 181 153 0 0.04 0.19 0.26 46.67 0.21 0.67
Hex BD B5 99 0 4 13 1A 2F 15 43
Octal 275 265 231 0 4 23 32 57 25 103
Binary 10111101 10110101 10011001 0 100 10011 11010 101111 10101 1000011

Color Harmonies of #BDB599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB599

Black with #BDB599

Text Example


Text Example

White with #BDB599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB599; }

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

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

background-color css

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

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

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

border-color css

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

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

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