Html Css Color HEX #BCB768 Dark Khaki

📋 copy color: '#BCB768'

red 188 ◦ green 183 ◦ blue 104

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

Shades of Dark Khaki #BCB768

Tints of Dark Khaki #BCB768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.89%

R = 39.58%
G = 38.53%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCB768 (or 0xBCB768) is known color: Dark Khaki. HEX triplet: BC, B7 and 68. RGB value is (188,183,104). Sum of RGB (Red+Green+Blue) = 188+183+104=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB768 is #434897. Grayscale: #AFAFAF. Windows color (decimal): -4409496 or 6862780. OLE color: 6862780.

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

Color convert

RGB 188 183 104 -
CMYK 0 0.03 0.45 0.26
HSL 56.43º 0.39% 0.57% -
HSV(B) 56.43º 0.45% 0.74% -
XYZ 40.17 45.56 19.77 -
YUV 175.49 87.66 136.92 -
System Red Green Blue C M Y K H S L
Decimal 188 183 104 0 0.03 0.45 0.26 56.43 0.39 0.57
Hex BC B7 68 0 3 2D 1A 38 27 39
Octal 274 267 150 0 3 55 32 70 47 71
Binary 10111100 10110111 1101000 0 11 101101 11010 111000 100111 111001

Color Harmonies of #BCB768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB768

Black with #BCB768

Text Example


Text Example

White with #BCB768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB768; }

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

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

background-color css

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

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

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

border-color css

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

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

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