Html Css Color HEX #BCB667 Dark Khaki

📋 copy color: '#BCB667'

red 188 ◦ green 182 ◦ blue 103

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

Shades of Dark Khaki #BCB667

Tints of Dark Khaki #BCB667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.78%

R = 39.75%
G = 38.48%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCB667 (or 0xBCB667) is known color: Dark Khaki. HEX triplet: BC, B6 and 67. RGB value is (188,182,103). Sum of RGB (Red+Green+Blue) = 188+182+103=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB667 is #434998. Grayscale: #AFAFAF. Windows color (decimal): -4409753 or 6796988. OLE color: 6796988.

HSL color Cylindrical-coordinate representation of color #BCB667: hue angle of 55.76º 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 #BCB667 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 103 -
CMYK 0 0.03 0.45 0.26
HSL 55.76º 0.39% 0.57% -
HSV(B) 55.76º 0.45% 0.74% -
XYZ 39.92 45.13 19.44 -
YUV 174.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 188 182 103 0 0.03 0.45 0.26 55.76 0.39 0.57
Hex BC B6 67 0 3 2D 1A 38 27 39
Octal 274 266 147 0 3 55 32 70 47 71
Binary 10111100 10110110 1100111 0 11 101101 11010 111000 100111 111001

Color Harmonies of #BCB667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB667

Black with #BCB667

Text Example


Text Example

White with #BCB667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB667; }

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

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

background-color css

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

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

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

border-color css

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

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

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