Html Css Color HEX #BCB770 Dark Khaki

📋 copy color: '#BCB770'

red 188 ◦ green 183 ◦ blue 112

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

Shades of Dark Khaki #BCB770

Tints of Dark Khaki #BCB770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.19%

R = 38.92%
G = 37.89%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCB770 (or 0xBCB770) is known color: Dark Khaki. HEX triplet: BC, B7 and 70. RGB value is (188,183,112). Sum of RGB (Red+Green+Blue) = 188+183+112=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB770 is #43488F. Grayscale: #B0B0B0. Windows color (decimal): -4409488 or 7387068. OLE color: 7387068.

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

Color convert

RGB 188 183 112 -
CMYK 0 0.03 0.40 0.26
HSL 56.05º 0.36% 0.59% -
HSV(B) 56.05º 0.4% 0.74% -
XYZ 40.6 45.73 22.02 -
YUV 176.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 188 183 112 0 0.03 0.40 0.26 56.05 0.36 0.59
Hex BC B7 70 0 3 28 1A 38 24 3B
Octal 274 267 160 0 3 50 32 70 44 73
Binary 10111100 10110111 1110000 0 11 101000 11010 111000 100100 111011

Color Harmonies of #BCB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB770

Black with #BCB770

Text Example


Text Example

White with #BCB770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB770; }

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

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

background-color css

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

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

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

border-color css

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

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

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