Html Css Color HEX #BCB779 Dark Khaki

📋 copy color: '#BCB779'

red 188 ◦ green 183 ◦ blue 121

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

Shades of Dark Khaki #BCB779

Tints of Dark Khaki #BCB779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.59%

R = 38.21%
G = 37.2%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCB779 (or 0xBCB779) is known color: Dark Khaki. HEX triplet: BC, B7 and 79. RGB value is (188,183,121). Sum of RGB (Red+Green+Blue) = 188+183+121=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB779 is #434886. Grayscale: #B1B1B1. Windows color (decimal): -4409479 or 7976892. OLE color: 7976892.

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

Color convert

RGB 188 183 121 -
CMYK 0 0.03 0.36 0.26
HSL 55.52º 0.33% 0.61% -
HSV(B) 55.52º 0.36% 0.74% -
XYZ 41.12 45.94 24.79 -
YUV 177.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 188 183 121 0 0.03 0.36 0.26 55.52 0.33 0.61
Hex BC B7 79 0 3 24 1A 38 21 3D
Octal 274 267 171 0 3 44 32 70 41 75
Binary 10111100 10110111 1111001 0 11 100100 11010 111000 100001 111101

Color Harmonies of #BCB779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB779

Black with #BCB779

Text Example


Text Example

White with #BCB779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB779; }

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

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

background-color css

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

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

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

border-color css

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

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

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