Html Css Color HEX #BC9522 Sahara

📋 copy color: '#BC9522'

red 188 ◦ green 149 ◦ blue 34

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

Shades of Sahara #BC9522

Tints of Sahara #BC9522

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.16%

 BLUE value IS 34 (13.67% from 255) = 9.16%

R = 50.67%
G = 40.16%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC9522 (or 0xBC9522) is known color: Sahara. HEX triplet: BC, 95 and 22. RGB value is (188,149,34). Sum of RGB (Red+Green+Blue) = 188+149+34=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9522 is #436ADD. Grayscale: #949494. Windows color (decimal): -4418270 or 2266556. OLE color: 2266556.

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

Color convert

RGB 188 149 34 -
CMYK 0 0.21 0.82 0.26
HSL 44.81º 0.69% 0.44% -
HSV(B) 44.81º 0.82% 0.74% -
XYZ 31.78 32.3 6.07 -
YUV 147.55 63.92 156.85 -
System Red Green Blue C M Y K H S L
Decimal 188 149 34 0 0.21 0.82 0.26 44.81 0.69 0.44
Hex BC 95 22 0 15 52 1A 2D 45 2C
Octal 274 225 42 0 25 122 32 55 105 54
Binary 10111100 10010101 100010 0 10101 1010010 11010 101101 1000101 101100

Color Harmonies of #BC9522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9522

Black with #BC9522

Text Example


Text Example

White with #BC9522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9522; }

 p { color: rgb(188,149,34); }

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

background-color css

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

 a { background-color: rgb(188,149,34); }

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

border-color css

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

 span { border-color: rgb(188,149,34); }

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