Html Css Color HEX #BCB772 Dark Khaki

📋 copy color: '#BCB772'

red 188 ◦ green 183 ◦ blue 114

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

Shades of Dark Khaki #BCB772

Tints of Dark Khaki #BCB772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.51%

R = 38.76%
G = 37.73%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCB772 (or 0xBCB772) is known color: Dark Khaki. HEX triplet: BC, B7 and 72. RGB value is (188,183,114). Sum of RGB (Red+Green+Blue) = 188+183+114=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB772 is #43488D. Grayscale: #B0B0B0. Windows color (decimal): -4409486 or 7518140. OLE color: 7518140.

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

Color convert

RGB 188 183 114 -
CMYK 0 0.03 0.39 0.26
HSL 55.95º 0.36% 0.59% -
HSV(B) 55.95º 0.39% 0.74% -
XYZ 40.71 45.77 22.61 -
YUV 176.63 92.66 136.11 -
System Red Green Blue C M Y K H S L
Decimal 188 183 114 0 0.03 0.39 0.26 55.95 0.36 0.59
Hex BC B7 72 0 3 27 1A 38 24 3B
Octal 274 267 162 0 3 47 32 70 44 73
Binary 10111100 10110111 1110010 0 11 100111 11010 111000 100100 111011

Color Harmonies of #BCB772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB772

Black with #BCB772

Text Example


Text Example

White with #BCB772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB772; }

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

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

background-color css

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

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

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

border-color css

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

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

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