Html Css Color HEX #BCB763 Dark Khaki

📋 copy color: '#BCB763'

red 188 ◦ green 183 ◦ blue 99

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

Shades of Dark Khaki #BCB763

Tints of Dark Khaki #BCB763

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.94%

 BLUE value IS 99 (39.06% from 255) = 21.06%

R = 40%
G = 38.94%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCB763 (or 0xBCB763) is known color: Dark Khaki. HEX triplet: BC, B7 and 63. RGB value is (188,183,99). Sum of RGB (Red+Green+Blue) = 188+183+99=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB763 is #43489C. Grayscale: #AFAFAF. Windows color (decimal): -4409501 or 6535100. OLE color: 6535100.

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

Color convert

RGB 188 183 99 -
CMYK 0 0.03 0.47 0.26
HSL 56.63º 0.4% 0.56% -
HSV(B) 56.63º 0.47% 0.74% -
XYZ 39.92 45.46 18.47 -
YUV 174.92 85.16 137.33 -
System Red Green Blue C M Y K H S L
Decimal 188 183 99 0 0.03 0.47 0.26 56.63 0.4 0.56
Hex BC B7 63 0 3 2F 1A 39 28 38
Octal 274 267 143 0 3 57 32 71 50 70
Binary 10111100 10110111 1100011 0 11 101111 11010 111001 101000 111000

Color Harmonies of #BCB763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB763

Black with #BCB763

Text Example


Text Example

White with #BCB763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB763; }

 p { color: rgb(188,183,99); }

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

background-color css

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

 a { background-color: rgb(188,183,99); }

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

border-color css

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

 span { border-color: rgb(188,183,99); }

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