Html Css Color HEX #BCB662 Dark Khaki

📋 copy color: '#BCB662'

red 188 ◦ green 182 ◦ blue 98

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

Shades of Dark Khaki #BCB662

Tints of Dark Khaki #BCB662

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.89%

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

R = 40.17%
G = 38.89%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BCB662 (or 0xBCB662) is known color: Dark Khaki. HEX triplet: BC, B6 and 62. RGB value is (188,182,98). Sum of RGB (Red+Green+Blue) = 188+182+98=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB662 is #43499D. Grayscale: #AEAEAE. Windows color (decimal): -4409758 or 6469308. OLE color: 6469308.

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

Color convert

RGB 188 182 98 -
CMYK 0 0.03 0.48 0.26
HSL 56º 0.4% 0.56% -
HSV(B) 56º 0.48% 0.74% -
XYZ 39.67 45.03 18.16 -
YUV 174.22 84.99 137.83 -
System Red Green Blue C M Y K H S L
Decimal 188 182 98 0 0.03 0.48 0.26 56 0.4 0.56
Hex BC B6 62 0 3 30 1A 38 28 38
Octal 274 266 142 0 3 60 32 70 50 70
Binary 10111100 10110110 1100010 0 11 110000 11010 111000 101000 111000

Color Harmonies of #BCB662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB662

Black with #BCB662

Text Example


Text Example

White with #BCB662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB662; }

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

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

background-color css

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

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

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

border-color css

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

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

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