Html Css Color HEX #BC9624 Sahara

📋 copy color: '#BC9624'

red 188 ◦ green 150 ◦ blue 36

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

Shades of Sahara #BC9624

Tints of Sahara #BC9624

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.11%

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

R = 50.27%
G = 40.11%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC9624 (or 0xBC9624) is known color: Sahara. HEX triplet: BC, 96 and 24. RGB value is (188,150,36). Sum of RGB (Red+Green+Blue) = 188+150+36=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9624 is #4369DB. Grayscale: #949494. Windows color (decimal): -4418012 or 2397884. OLE color: 2397884.

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

Color convert

RGB 188 150 36 -
CMYK 0 0.20 0.81 0.26
HSL 45º 0.68% 0.44% -
HSV(B) 45º 0.81% 0.74% -
XYZ 31.96 32.63 6.28 -
YUV 148.37 64.59 156.27 -
System Red Green Blue C M Y K H S L
Decimal 188 150 36 0 0.20 0.81 0.26 45 0.68 0.44
Hex BC 96 24 0 14 51 1A 2D 44 2C
Octal 274 226 44 0 24 121 32 55 104 54
Binary 10111100 10010110 100100 0 10100 1010001 11010 101101 1000100 101100

Color Harmonies of #BC9624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9624

Black with #BC9624

Text Example


Text Example

White with #BC9624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9624; }

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

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

background-color css

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

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

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

border-color css

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

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

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