Html Css Color HEX #BCB472 Dark Khaki

📋 copy color: '#BCB472'

red 188 ◦ green 180 ◦ blue 114

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

Shades of Dark Khaki #BCB472

Tints of Dark Khaki #BCB472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.34%

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

R = 39%
G = 37.34%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCB472 (or 0xBCB472) is known color: Dark Khaki. HEX triplet: BC, B4 and 72. RGB value is (188,180,114). Sum of RGB (Red+Green+Blue) = 188+180+114=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB472 is #434B8D. Grayscale: #AFAFAF. Windows color (decimal): -4410254 or 7517372. OLE color: 7517372.

HSL color Cylindrical-coordinate representation of color #BCB472: hue angle of 53.51º 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 #BCB472 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 114 -
CMYK 0 0.04 0.39 0.26
HSL 53.51º 0.36% 0.59% -
HSV(B) 53.51º 0.39% 0.74% -
XYZ 40.1 44.55 22.41 -
YUV 174.87 93.65 137.37 -
System Red Green Blue C M Y K H S L
Decimal 188 180 114 0 0.04 0.39 0.26 53.51 0.36 0.59
Hex BC B4 72 0 4 27 1A 36 24 3B
Octal 274 264 162 0 4 47 32 66 44 73
Binary 10111100 10110100 1110010 0 100 100111 11010 110110 100100 111011

Color Harmonies of #BCB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB472

Black with #BCB472

Text Example


Text Example

White with #BCB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB472; }

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

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

background-color css

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

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

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

border-color css

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

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

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