Html Css Color HEX #BC9621 Sahara

📋 copy color: '#BC9621'

red 188 ◦ green 150 ◦ blue 33

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

Shades of Sahara #BC9621

Tints of Sahara #BC9621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.89%

R = 50.67%
G = 40.43%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC9621 (or 0xBC9621) is known color: Sahara. HEX triplet: BC, 96 and 21. RGB value is (188,150,33). Sum of RGB (Red+Green+Blue) = 188+150+33=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9621 is #4369DE. Grayscale: #949494. Windows color (decimal): -4418015 or 2201276. OLE color: 2201276.

HSL color Cylindrical-coordinate representation of color #BC9621: hue angle of 45.29º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC9621 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 150 33 -
CMYK 0 0.20 0.82 0.26
HSL 45.29º 0.7% 0.43% -
HSV(B) 45.29º 0.82% 0.74% -
XYZ 31.92 32.61 6.05 -
YUV 148.02 63.09 156.51 -
System Red Green Blue C M Y K H S L
Decimal 188 150 33 0 0.20 0.82 0.26 45.29 0.7 0.43
Hex BC 96 21 0 14 52 1A 2D 46 2B
Octal 274 226 41 0 24 122 32 55 106 53
Binary 10111100 10010110 100001 0 10100 1010010 11010 101101 1000110 101011

Color Harmonies of #BC9621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9621

Black with #BC9621

Text Example


Text Example

White with #BC9621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9621; }

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

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

background-color css

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

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

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

border-color css

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

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

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