Html Css Color HEX #BCB377 Dark Khaki

📋 copy color: '#BCB377'

red 188 ◦ green 179 ◦ blue 119

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

Shades of Dark Khaki #BCB377

Tints of Dark Khaki #BCB377

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.83%

 BLUE value IS 119 (46.88% from 255) = 24.49%

R = 38.68%
G = 36.83%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BCB377 (or 0xBCB377) is known color: Dark Khaki. HEX triplet: BC, B3 and 77. RGB value is (188,179,119). Sum of RGB (Red+Green+Blue) = 188+179+119=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB377 is #434C88. Grayscale: #AFAFAF. Windows color (decimal): -4410505 or 7844796. OLE color: 7844796.

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

Color convert

RGB 188 179 119 -
CMYK 0 0.05 0.37 0.26
HSL 52.17º 0.34% 0.6% -
HSV(B) 52.17º 0.37% 0.74% -
XYZ 40.19 44.26 23.88 -
YUV 174.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 188 179 119 0 0.05 0.37 0.26 52.17 0.34 0.6
Hex BC B3 77 0 5 25 1A 34 22 3C
Octal 274 263 167 0 5 45 32 64 42 74
Binary 10111100 10110011 1110111 0 101 100101 11010 110100 100010 111100

Color Harmonies of #BCB377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB377

Black with #BCB377

Text Example


Text Example

White with #BCB377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB377; }

 p { color: rgb(188,179,119); }

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

background-color css

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

 a { background-color: rgb(188,179,119); }

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

border-color css

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

 span { border-color: rgb(188,179,119); }

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