Html Css Color HEX #BC9F2C Sahara

📋 copy color: '#BC9F2C'

red 188 ◦ green 159 ◦ blue 44

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

Shades of Sahara #BC9F2C

Tints of Sahara #BC9F2C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.66%

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

R = 48.08%
G = 40.66%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC9F2C (or 0xBC9F2C) is known color: Sahara. HEX triplet: BC, 9F and 2C. RGB value is (188,159,44). Sum of RGB (Red+Green+Blue) = 188+159+44=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F2C is #4360D3. Grayscale: #9B9B9B. Windows color (decimal): -4415700 or 2924476. OLE color: 2924476.

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

Color convert

RGB 188 159 44 -
CMYK 0 0.15 0.77 0.26
HSL 47.92º 0.62% 0.45% -
HSV(B) 47.92º 0.77% 0.74% -
XYZ 33.59 35.67 7.5 -
YUV 154.56 65.61 151.85 -
System Red Green Blue C M Y K H S L
Decimal 188 159 44 0 0.15 0.77 0.26 47.92 0.62 0.45
Hex BC 9F 2C 0 F 4D 1A 30 3E 2D
Octal 274 237 54 0 17 115 32 60 76 55
Binary 10111100 10011111 101100 0 1111 1001101 11010 110000 111110 101101

Color Harmonies of #BC9F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F2C

Black with #BC9F2C

Text Example


Text Example

White with #BC9F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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