Html Css Color HEX #BCB675 Dark Khaki

📋 copy color: '#BCB675'

red 188 ◦ green 182 ◦ blue 117

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

Shades of Dark Khaki #BCB675

Tints of Dark Khaki #BCB675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.02%

R = 38.6%
G = 37.37%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCB675 (or 0xBCB675) is known color: Dark Khaki. HEX triplet: BC, B6 and 75. RGB value is (188,182,117). Sum of RGB (Red+Green+Blue) = 188+182+117=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB675 is #43498A. Grayscale: #B0B0B0. Windows color (decimal): -4409739 or 7714492. OLE color: 7714492.

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

Color convert

RGB 188 182 117 -
CMYK 0 0.03 0.38 0.26
HSL 54.93º 0.35% 0.6% -
HSV(B) 54.93º 0.38% 0.74% -
XYZ 40.68 45.43 23.45 -
YUV 176.38 94.49 136.29 -
System Red Green Blue C M Y K H S L
Decimal 188 182 117 0 0.03 0.38 0.26 54.93 0.35 0.6
Hex BC B6 75 0 3 26 1A 37 23 3C
Octal 274 266 165 0 3 46 32 67 43 74
Binary 10111100 10110110 1110101 0 11 100110 11010 110111 100011 111100

Color Harmonies of #BCB675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB675

Black with #BCB675

Text Example


Text Example

White with #BCB675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB675; }

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

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

background-color css

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

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

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

border-color css

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

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

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