Html Css Color HEX #BDB06A Dark Khaki

📋 copy color: '#BDB06A'

red 189 ◦ green 176 ◦ blue 106

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

Shades of Dark Khaki #BDB06A

Tints of Dark Khaki #BDB06A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.37%

 BLUE value IS 106 (41.8% from 255) = 22.51%

R = 40.13%
G = 37.37%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BDB06A (or 0xBDB06A) is known color: Dark Khaki. HEX triplet: BD, B0 and 6A. RGB value is (189,176,106). Sum of RGB (Red+Green+Blue) = 189+176+106=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB06A is #424F95. Grayscale: #ACACAC. Windows color (decimal): -4345750 or 6992061. OLE color: 6992061.

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

Color convert

RGB 189 176 106 -
CMYK 0 0.07 0.44 0.26
HSL 50.6º 0.39% 0.58% -
HSV(B) 50.6º 0.44% 0.74% -
XYZ 39.11 42.91 19.86 -
YUV 171.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 189 176 106 0 0.07 0.44 0.26 50.6 0.39 0.58
Hex BD B0 6A 0 7 2C 1A 33 27 3A
Octal 275 260 152 0 7 54 32 63 47 72
Binary 10111101 10110000 1101010 0 111 101100 11010 110011 100111 111010

Color Harmonies of #BDB06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB06A

Black with #BDB06A

Text Example


Text Example

White with #BDB06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB06A; }

 p { color: rgb(189,176,106); }

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

background-color css

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

 a { background-color: rgb(189,176,106); }

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

border-color css

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

 span { border-color: rgb(189,176,106); }

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