Html Css Color HEX #BCB36F Dark Khaki

📋 copy color: '#BCB36F'

red 188 ◦ green 179 ◦ blue 111

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

Shades of Dark Khaki #BCB36F

Tints of Dark Khaki #BCB36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.22%

R = 39.33%
G = 37.45%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BCB36F (or 0xBCB36F) is known color: Dark Khaki. HEX triplet: BC, B3 and 6F. RGB value is (188,179,111). Sum of RGB (Red+Green+Blue) = 188+179+111=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB36F is #434C90. Grayscale: #AEAEAE. Windows color (decimal): -4410513 or 7320508. OLE color: 7320508.

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

Color convert

RGB 188 179 111 -
CMYK 0 0.05 0.41 0.26
HSL 52.99º 0.36% 0.59% -
HSV(B) 52.99º 0.41% 0.74% -
XYZ 39.73 44.08 21.45 -
YUV 173.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 188 179 111 0 0.05 0.41 0.26 52.99 0.36 0.59
Hex BC B3 6F 0 5 29 1A 35 24 3B
Octal 274 263 157 0 5 51 32 65 44 73
Binary 10111100 10110011 1101111 0 101 101001 11010 110101 100100 111011

Color Harmonies of #BCB36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB36F

Black with #BCB36F

Text Example


Text Example

White with #BCB36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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