Html Css Color HEX #BDBB67 Dark Khaki

📋 copy color: '#BDBB67'

red 189 ◦ green 187 ◦ blue 103

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

Shades of Dark Khaki #BDBB67

Tints of Dark Khaki #BDBB67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.5%

R = 39.46%
G = 39.04%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDBB67 (or 0xBDBB67) is known color: Dark Khaki. HEX triplet: BD, BB and 67. RGB value is (189,187,103). Sum of RGB (Red+Green+Blue) = 189+187+103=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB67 is #424498. Grayscale: #B2B2B2. Windows color (decimal): -4342937 or 6798269. OLE color: 6798269.

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

Color convert

RGB 189 187 103 -
CMYK 0 0.01 0.46 0.26
HSL 58.6º 0.39% 0.57% -
HSV(B) 58.6º 0.46% 0.74% -
XYZ 41.2 47.34 19.8 -
YUV 178.02 85.66 135.83 -
System Red Green Blue C M Y K H S L
Decimal 189 187 103 0 0.01 0.46 0.26 58.6 0.39 0.57
Hex BD BB 67 0 1 2E 1A 3B 27 39
Octal 275 273 147 0 1 56 32 73 47 71
Binary 10111101 10111011 1100111 0 1 101110 11010 111011 100111 111001

Color Harmonies of #BDBB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB67

Black with #BDBB67

Text Example


Text Example

White with #BDBB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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