Html Css Color HEX #BDB472 Dark Khaki

📋 copy color: '#BDB472'

red 189 ◦ green 180 ◦ blue 114

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

Shades of Dark Khaki #BDB472

Tints of Dark Khaki #BDB472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.27%

 BLUE value IS 114 (44.92% from 255) = 23.6%

R = 39.13%
G = 37.27%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDB472 (or 0xBDB472) is known color: Dark Khaki. HEX triplet: BD, B4 and 72. RGB value is (189,180,114). Sum of RGB (Red+Green+Blue) = 189+180+114=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB472 is #424B8D. Grayscale: #AFAFAF. Windows color (decimal): -4344718 or 7517373. OLE color: 7517373.

HSL color Cylindrical-coordinate representation of color #BDB472: hue angle of 52.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDB472 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 114 -
CMYK 0 0.05 0.40 0.26
HSL 52.8º 0.36% 0.59% -
HSV(B) 52.8º 0.4% 0.74% -
XYZ 40.34 44.68 22.42 -
YUV 175.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 189 180 114 0 0.05 0.40 0.26 52.8 0.36 0.59
Hex BD B4 72 0 5 28 1A 35 24 3B
Octal 275 264 162 0 5 50 32 65 44 73
Binary 10111101 10110100 1110010 0 101 101000 11010 110101 100100 111011

Color Harmonies of #BDB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB472

Black with #BDB472

Text Example


Text Example

White with #BDB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB472; }

 p { color: rgb(189,180,114); }

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

background-color css

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

 a { background-color: rgb(189,180,114); }

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

border-color css

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

 span { border-color: rgb(189,180,114); }

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