Html Css Color HEX #BDBB68 Dark Khaki

📋 copy color: '#BDBB68'

red 189 ◦ green 187 ◦ blue 104

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

Shades of Dark Khaki #BDBB68

Tints of Dark Khaki #BDBB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.67%

R = 39.38%
G = 38.96%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BDBB68 (or 0xBDBB68) is known color: Dark Khaki. HEX triplet: BD, BB and 68. RGB value is (189,187,104). Sum of RGB (Red+Green+Blue) = 189+187+104=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB68 is #424497. Grayscale: #B2B2B2. Windows color (decimal): -4342936 or 6863805. OLE color: 6863805.

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

Color convert

RGB 189 187 104 -
CMYK 0 0.01 0.45 0.26
HSL 58.59º 0.39% 0.57% -
HSV(B) 58.59º 0.45% 0.74% -
XYZ 41.26 47.36 20.06 -
YUV 178.14 86.16 135.75 -
System Red Green Blue C M Y K H S L
Decimal 189 187 104 0 0.01 0.45 0.26 58.59 0.39 0.57
Hex BD BB 68 0 1 2D 1A 3B 27 39
Octal 275 273 150 0 1 55 32 73 47 71
Binary 10111101 10111011 1101000 0 1 101101 11010 111011 100111 111001

Color Harmonies of #BDBB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB68

Black with #BDBB68

Text Example


Text Example

White with #BDBB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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