Html Css Color HEX #BDBB63 Dark Khaki

📋 copy color: '#BDBB63'

red 189 ◦ green 187 ◦ blue 99

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

Shades of Dark Khaki #BDBB63

Tints of Dark Khaki #BDBB63

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.37%

 BLUE value IS 99 (39.06% from 255) = 20.84%

R = 39.79%
G = 39.37%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BDBB63 (or 0xBDBB63) is known color: Dark Khaki. HEX triplet: BD, BB and 63. RGB value is (189,187,99). Sum of RGB (Red+Green+Blue) = 189+187+99=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB63 is #42449C. Grayscale: #B1B1B1. Windows color (decimal): -4342941 or 6536125. OLE color: 6536125.

HSL color Cylindrical-coordinate representation of color #BDBB63: hue angle of 58.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDBB63 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 99 -
CMYK 0 0.01 0.48 0.26
HSL 58.67º 0.41% 0.56% -
HSV(B) 58.67º 0.48% 0.74% -
XYZ 41.01 47.26 18.77 -
YUV 177.57 83.66 136.16 -
System Red Green Blue C M Y K H S L
Decimal 189 187 99 0 0.01 0.48 0.26 58.67 0.41 0.56
Hex BD BB 63 0 1 30 1A 3B 29 38
Octal 275 273 143 0 1 60 32 73 51 70
Binary 10111101 10111011 1100011 0 1 110000 11010 111011 101001 111000

Color Harmonies of #BDBB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB63

Black with #BDBB63

Text Example


Text Example

White with #BDBB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB63; }

 p { color: rgb(189,187,99); }

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

background-color css

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

 a { background-color: rgb(189,187,99); }

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

border-color css

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

 span { border-color: rgb(189,187,99); }

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