Html Css Color HEX #BDB56A Dark Khaki

📋 copy color: '#BDB56A'

red 189 ◦ green 181 ◦ blue 106

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

Shades of Dark Khaki #BDB56A

Tints of Dark Khaki #BDB56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.27%

R = 39.71%
G = 38.03%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BDB56A (or 0xBDB56A) is known color: Dark Khaki. HEX triplet: BD, B5 and 6A. RGB value is (189,181,106). Sum of RGB (Red+Green+Blue) = 189+181+106=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB56A is #424A95. Grayscale: #AFAFAF. Windows color (decimal): -4344470 or 6993341. OLE color: 6993341.

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

Color convert

RGB 189 181 106 -
CMYK 0 0.04 0.44 0.26
HSL 54.22º 0.39% 0.58% -
HSV(B) 54.22º 0.44% 0.74% -
XYZ 40.11 44.91 20.19 -
YUV 174.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 189 181 106 0 0.04 0.44 0.26 54.22 0.39 0.58
Hex BD B5 6A 0 4 2C 1A 36 27 3A
Octal 275 265 152 0 4 54 32 66 47 72
Binary 10111101 10110101 1101010 0 100 101100 11010 110110 100111 111010

Color Harmonies of #BDB56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB56A

Black with #BDB56A

Text Example


Text Example

White with #BDB56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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