Html Css Color HEX #BC9A2C Sahara

📋 copy color: '#BC9A2C'

red 188 ◦ green 154 ◦ blue 44

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

Shades of Sahara #BC9A2C

Tints of Sahara #BC9A2C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.9%

 BLUE value IS 44 (17.58% from 255) = 11.4%

R = 48.7%
G = 39.9%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC9A2C (or 0xBC9A2C) is known color: Sahara. HEX triplet: BC, 9A and 2C. RGB value is (188,154,44). Sum of RGB (Red+Green+Blue) = 188+154+44=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A2C is #4365D3. Grayscale: #989898. Windows color (decimal): -4416980 or 2923196. OLE color: 2923196.

HSL color Cylindrical-coordinate representation of color #BC9A2C: hue angle of 45.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC9A2C is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 154 44 -
CMYK 0 0.18 0.77 0.26
HSL 45.83º 0.62% 0.45% -
HSV(B) 45.83º 0.77% 0.74% -
XYZ 32.75 33.98 7.22 -
YUV 151.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 188 154 44 0 0.18 0.77 0.26 45.83 0.62 0.45
Hex BC 9A 2C 0 12 4D 1A 2E 3E 2D
Octal 274 232 54 0 22 115 32 56 76 55
Binary 10111100 10011010 101100 0 10010 1001101 11010 101110 111110 101101

Color Harmonies of #BC9A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A2C

Black with #BC9A2C

Text Example


Text Example

White with #BC9A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A2C; }

 p { color: rgb(188,154,44); }

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

background-color css

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

 a { background-color: rgb(188,154,44); }

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

border-color css

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

 span { border-color: rgb(188,154,44); }

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