Html Css Color HEX #BDB399 Akaroa

📋 copy color: '#BDB399'

red 189 ◦ green 179 ◦ blue 153

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

Shades of Akaroa #BDB399

Tints of Akaroa #BDB399

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.36%

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

R = 36.28%
G = 34.36%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BDB399 (or 0xBDB399) is known color: Akaroa. HEX triplet: BD, B3 and 99. RGB value is (189,179,153). Sum of RGB (Red+Green+Blue) = 189+179+153=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB399 is #424C66. Grayscale: #B3B3B3. Windows color (decimal): -4344935 or 10073021. OLE color: 10073021.

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

Color convert

RGB 189 179 153 -
CMYK 0 0.05 0.19 0.26
HSL 43.33º 0.21% 0.67% -
HSV(B) 43.33º 0.19% 0.74% -
XYZ 42.86 45.36 36.63 -
YUV 179.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 189 179 153 0 0.05 0.19 0.26 43.33 0.21 0.67
Hex BD B3 99 0 5 13 1A 2B 15 43
Octal 275 263 231 0 5 23 32 53 25 103
Binary 10111101 10110011 10011001 0 101 10011 11010 101011 10101 1000011

Color Harmonies of #BDB399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB399

Black with #BDB399

Text Example


Text Example

White with #BDB399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB399; }

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

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

background-color css

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

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

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

border-color css

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

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

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