Html Css Color HEX #BDBB6B Dark Khaki

📋 copy color: '#BDBB6B'

red 189 ◦ green 187 ◦ blue 107

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

Shades of Dark Khaki #BDBB6B

Tints of Dark Khaki #BDBB6B

RGB

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

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

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

R = 39.13%
G = 38.72%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BDBB6B (or 0xBDBB6B) is known color: Dark Khaki. HEX triplet: BD, BB and 6B. RGB value is (189,187,107). Sum of RGB (Red+Green+Blue) = 189+187+107=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB6B is #424494. Grayscale: #B2B2B2. Windows color (decimal): -4342933 or 7060413. OLE color: 7060413.

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

Color convert

RGB 189 187 107 -
CMYK 0 0.01 0.43 0.26
HSL 58.54º 0.38% 0.58% -
HSV(B) 58.54º 0.43% 0.74% -
XYZ 41.41 47.42 20.88 -
YUV 178.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 189 187 107 0 0.01 0.43 0.26 58.54 0.38 0.58
Hex BD BB 6B 0 1 2B 1A 3B 26 3A
Octal 275 273 153 0 1 53 32 73 46 72
Binary 10111101 10111011 1101011 0 1 101011 11010 111011 100110 111010

Color Harmonies of #BDBB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB6B

Black with #BDBB6B

Text Example


Text Example

White with #BDBB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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