Html Css Color HEX #BCBA67 Dark Khaki

📋 copy color: '#BCBA67'

red 188 ◦ green 186 ◦ blue 103

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

Shades of Dark Khaki #BCBA67

Tints of Dark Khaki #BCBA67

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.99%

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

R = 39.41%
G = 38.99%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCBA67 (or 0xBCBA67) is known color: Dark Khaki. HEX triplet: BC, BA and 67. RGB value is (188,186,103). Sum of RGB (Red+Green+Blue) = 188+186+103=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA67 is #434598. Grayscale: #B1B1B1. Windows color (decimal): -4408729 or 6798012. OLE color: 6798012.

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

Color convert

RGB 188 186 103 -
CMYK 0 0.01 0.45 0.26
HSL 58.59º 0.39% 0.57% -
HSV(B) 58.59º 0.45% 0.74% -
XYZ 40.75 46.79 19.72 -
YUV 177.14 86.16 135.75 -
System Red Green Blue C M Y K H S L
Decimal 188 186 103 0 0.01 0.45 0.26 58.59 0.39 0.57
Hex BC BA 67 0 1 2D 1A 3B 27 39
Octal 274 272 147 0 1 55 32 73 47 71
Binary 10111100 10111010 1100111 0 1 101101 11010 111011 100111 111001

Color Harmonies of #BCBA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA67

Black with #BCBA67

Text Example


Text Example

White with #BCBA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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