Html Css Color HEX #BC9F24 Sahara

📋 copy color: '#BC9F24'

red 188 ◦ green 159 ◦ blue 36

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

Shades of Sahara #BC9F24

Tints of Sahara #BC9F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.4%

R = 49.09%
G = 41.51%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC9F24 (or 0xBC9F24) is known color: Sahara. HEX triplet: BC, 9F and 24. RGB value is (188,159,36). Sum of RGB (Red+Green+Blue) = 188+159+36=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F24 is #4360DB. Grayscale: #9A9A9A. Windows color (decimal): -4415708 or 2400188. OLE color: 2400188.

HSL color Cylindrical-coordinate representation of color #BC9F24: hue angle of 48.55º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC9F24 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 159 36 -
CMYK 0 0.15 0.81 0.26
HSL 48.55º 0.68% 0.44% -
HSV(B) 48.55º 0.81% 0.74% -
XYZ 33.46 35.62 6.78 -
YUV 153.65 61.61 152.5 -
System Red Green Blue C M Y K H S L
Decimal 188 159 36 0 0.15 0.81 0.26 48.55 0.68 0.44
Hex BC 9F 24 0 F 51 1A 31 44 2C
Octal 274 237 44 0 17 121 32 61 104 54
Binary 10111100 10011111 100100 0 1111 1010001 11010 110001 1000100 101100

Color Harmonies of #BC9F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F24

Black with #BC9F24

Text Example


Text Example

White with #BC9F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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