Html Css Color HEX #BCBA75 Dark Khaki

📋 copy color: '#BCBA75'

red 188 ◦ green 186 ◦ blue 117

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

Shades of Dark Khaki #BCBA75

Tints of Dark Khaki #BCBA75

RGB

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

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

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

R = 38.29%
G = 37.88%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCBA75 (or 0xBCBA75) is known color: Dark Khaki. HEX triplet: BC, BA and 75. RGB value is (188,186,117). Sum of RGB (Red+Green+Blue) = 188+186+117=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA75 is #43458A. Grayscale: #B3B3B3. Windows color (decimal): -4408715 or 7715516. OLE color: 7715516.

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

Color convert

RGB 188 186 117 -
CMYK 0 0.01 0.38 0.26
HSL 58.31º 0.35% 0.6% -
HSV(B) 58.31º 0.38% 0.74% -
XYZ 41.51 47.09 23.73 -
YUV 178.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 188 186 117 0 0.01 0.38 0.26 58.31 0.35 0.6
Hex BC BA 75 0 1 26 1A 3A 23 3C
Octal 274 272 165 0 1 46 32 72 43 74
Binary 10111100 10111010 1110101 0 1 100110 11010 111010 100011 111100

Color Harmonies of #BCBA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA75

Black with #BCBA75

Text Example


Text Example

White with #BCBA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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