Html Css Color HEX #BCB670 Dark Khaki

📋 copy color: '#BCB670'

red 188 ◦ green 182 ◦ blue 112

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

Shades of Dark Khaki #BCB670

Tints of Dark Khaki #BCB670

RGB

 RED value IS 188 (73.83% from 255) = 39%

 GREEN value IS 182 (71.48% from 255) = 37.76%

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 39%
G = 37.76%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCB670 (or 0xBCB670) is known color: Dark Khaki. HEX triplet: BC, B6 and 70. RGB value is (188,182,112). Sum of RGB (Red+Green+Blue) = 188+182+112=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB670 is #43498F. Grayscale: #B0B0B0. Windows color (decimal): -4409744 or 7386812. OLE color: 7386812.

HSL color Cylindrical-coordinate representation of color #BCB670: hue angle of 55.26º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCB670 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 112 -
CMYK 0 0.03 0.40 0.26
HSL 55.26º 0.36% 0.59% -
HSV(B) 55.26º 0.4% 0.74% -
XYZ 40.39 45.32 21.95 -
YUV 175.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 188 182 112 0 0.03 0.40 0.26 55.26 0.36 0.59
Hex BC B6 70 0 3 28 1A 37 24 3B
Octal 274 266 160 0 3 50 32 67 44 73
Binary 10111100 10110110 1110000 0 11 101000 11010 110111 100100 111011

Color Harmonies of #BCB670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB670

Black with #BCB670

Text Example


Text Example

White with #BCB670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB670; }

 p { color: rgb(188,182,112); }

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

background-color css

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

 a { background-color: rgb(188,182,112); }

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

border-color css

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

 span { border-color: rgb(188,182,112); }

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