Html Css Color HEX #BCB765 Dark Khaki

📋 copy color: '#BCB765'

red 188 ◦ green 183 ◦ blue 101

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

Shades of Dark Khaki #BCB765

Tints of Dark Khaki #BCB765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.4%

R = 39.83%
G = 38.77%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCB765 (or 0xBCB765) is known color: Dark Khaki. HEX triplet: BC, B7 and 65. RGB value is (188,183,101). Sum of RGB (Red+Green+Blue) = 188+183+101=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB765 is #43489A. Grayscale: #AFAFAF. Windows color (decimal): -4409499 or 6666172. OLE color: 6666172.

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

Color convert

RGB 188 183 101 -
CMYK 0 0.03 0.46 0.26
HSL 56.55º 0.39% 0.57% -
HSV(B) 56.55º 0.46% 0.74% -
XYZ 40.02 45.5 18.98 -
YUV 175.15 86.16 137.17 -
System Red Green Blue C M Y K H S L
Decimal 188 183 101 0 0.03 0.46 0.26 56.55 0.39 0.57
Hex BC B7 65 0 3 2E 1A 39 27 39
Octal 274 267 145 0 3 56 32 71 47 71
Binary 10111100 10110111 1100101 0 11 101110 11010 111001 100111 111001

Color Harmonies of #BCB765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB765

Black with #BCB765

Text Example


Text Example

White with #BCB765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB765; }

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

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

background-color css

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

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

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

border-color css

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

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

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