Html Css Color HEX #BCB862 Dark Khaki

📋 copy color: '#BCB862'

red 188 ◦ green 184 ◦ blue 98

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

Shades of Dark Khaki #BCB862

Tints of Dark Khaki #BCB862

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.15%

 BLUE value IS 98 (38.67% from 255) = 20.85%

R = 40%
G = 39.15%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BCB862 (or 0xBCB862) is known color: Dark Khaki. HEX triplet: BC, B8 and 62. RGB value is (188,184,98). Sum of RGB (Red+Green+Blue) = 188+184+98=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB862 is #43479D. Grayscale: #AFAFAF. Windows color (decimal): -4409246 or 6469820. OLE color: 6469820.

HSL color Cylindrical-coordinate representation of color #BCB862: hue angle of 57.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCB862 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 184 98 -
CMYK 0 0.02 0.48 0.26
HSL 57.33º 0.4% 0.56% -
HSV(B) 57.33º 0.48% 0.74% -
XYZ 40.08 45.85 18.29 -
YUV 175.39 84.33 136.99 -
System Red Green Blue C M Y K H S L
Decimal 188 184 98 0 0.02 0.48 0.26 57.33 0.4 0.56
Hex BC B8 62 0 2 30 1A 39 28 38
Octal 274 270 142 0 2 60 32 71 50 70
Binary 10111100 10111000 1100010 0 10 110000 11010 111001 101000 111000

Color Harmonies of #BCB862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB862

Black with #BCB862

Text Example


Text Example

White with #BCB862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB862; }

 p { color: rgb(188,184,98); }

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

background-color css

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

 a { background-color: rgb(188,184,98); }

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

border-color css

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

 span { border-color: rgb(188,184,98); }

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