Html Css Color HEX #BDB56B Dark Khaki

📋 copy color: '#BDB56B'

red 189 ◦ green 181 ◦ blue 107

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

Shades of Dark Khaki #BDB56B

Tints of Dark Khaki #BDB56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.43%

R = 39.62%
G = 37.95%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BDB56B (or 0xBDB56B) is known color: Dark Khaki. HEX triplet: BD, B5 and 6B. RGB value is (189,181,107). Sum of RGB (Red+Green+Blue) = 189+181+107=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB56B is #424A94. Grayscale: #AFAFAF. Windows color (decimal): -4344469 or 7058877. OLE color: 7058877.

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

Color convert

RGB 189 181 107 -
CMYK 0 0.04 0.43 0.26
HSL 54.15º 0.38% 0.58% -
HSV(B) 54.15º 0.43% 0.74% -
XYZ 40.16 44.93 20.47 -
YUV 174.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 189 181 107 0 0.04 0.43 0.26 54.15 0.38 0.58
Hex BD B5 6B 0 4 2B 1A 36 26 3A
Octal 275 265 153 0 4 53 32 66 46 72
Binary 10111101 10110101 1101011 0 100 101011 11010 110110 100110 111010

Color Harmonies of #BDB56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB56B

Black with #BDB56B

Text Example


Text Example

White with #BDB56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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