Html Css Color HEX #BDB598 Akaroa

📋 copy color: '#BDB598'

red 189 ◦ green 181 ◦ blue 152

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

Shades of Akaroa #BDB598

Tints of Akaroa #BDB598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.12%

R = 36.21%
G = 34.67%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDB598 (or 0xBDB598) is known color: Akaroa. HEX triplet: BD, B5 and 98. RGB value is (189,181,152). Sum of RGB (Red+Green+Blue) = 189+181+152=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB598 is #424A67. Grayscale: #B4B4B4. Windows color (decimal): -4344424 or 10007997. OLE color: 10007997.

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

Color convert

RGB 189 181 152 -
CMYK 0 0.04 0.20 0.26
HSL 47.03º 0.22% 0.67% -
HSV(B) 47.03º 0.2% 0.74% -
XYZ 43.18 46.13 36.33 -
YUV 180.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 189 181 152 0 0.04 0.20 0.26 47.03 0.22 0.67
Hex BD B5 98 0 4 14 1A 2F 16 43
Octal 275 265 230 0 4 24 32 57 26 103
Binary 10111101 10110101 10011000 0 100 10100 11010 101111 10110 1000011

Color Harmonies of #BDB598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB598

Black with #BDB598

Text Example


Text Example

White with #BDB598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB598; }

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

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

background-color css

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

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

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

border-color css

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

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

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