Html Css Color HEX #BDB274 Dark Khaki

📋 copy color: '#BDB274'

red 189 ◦ green 178 ◦ blue 116

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

Shades of Dark Khaki #BDB274

Tints of Dark Khaki #BDB274

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.85%

 BLUE value IS 116 (45.7% from 255) = 24.02%

R = 39.13%
G = 36.85%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BDB274 (or 0xBDB274) is known color: Dark Khaki. HEX triplet: BD, B2 and 74. RGB value is (189,178,116). Sum of RGB (Red+Green+Blue) = 189+178+116=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB274 is #424D8B. Grayscale: #AEAEAE. Windows color (decimal): -4345228 or 7647933. OLE color: 7647933.

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

Color convert

RGB 189 178 116 -
CMYK 0 0.06 0.39 0.26
HSL 50.96º 0.36% 0.6% -
HSV(B) 50.96º 0.39% 0.74% -
XYZ 40.06 43.92 22.89 -
YUV 174.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 189 178 116 0 0.06 0.39 0.26 50.96 0.36 0.6
Hex BD B2 74 0 6 27 1A 33 24 3C
Octal 275 262 164 0 6 47 32 63 44 74
Binary 10111101 10110010 1110100 0 110 100111 11010 110011 100100 111100

Color Harmonies of #BDB274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB274

Black with #BDB274

Text Example


Text Example

White with #BDB274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB274; }

 p { color: rgb(189,178,116); }

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

background-color css

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

 a { background-color: rgb(189,178,116); }

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

border-color css

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

 span { border-color: rgb(189,178,116); }

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