Html Css Color HEX #BC9922 Sahara

📋 copy color: '#BC9922'

red 188 ◦ green 153 ◦ blue 34

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

Shades of Sahara #BC9922

Tints of Sahara #BC9922

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

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

R = 50.13%
G = 40.8%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC9922 (or 0xBC9922) is known color: Sahara. HEX triplet: BC, 99 and 22. RGB value is (188,153,34). Sum of RGB (Red+Green+Blue) = 188+153+34=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9922 is #4366DD. Grayscale: #969696. Windows color (decimal): -4417246 or 2267580. OLE color: 2267580.

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

Color convert

RGB 188 153 34 -
CMYK 0 0.19 0.82 0.26
HSL 46.36º 0.69% 0.44% -
HSV(B) 46.36º 0.82% 0.74% -
XYZ 32.42 33.59 6.29 -
YUV 149.9 62.6 155.18 -
System Red Green Blue C M Y K H S L
Decimal 188 153 34 0 0.19 0.82 0.26 46.36 0.69 0.44
Hex BC 99 22 0 13 52 1A 2E 45 2C
Octal 274 231 42 0 23 122 32 56 105 54
Binary 10111100 10011001 100010 0 10011 1010010 11010 101110 1000101 101100

Color Harmonies of #BC9922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9922

Black with #BC9922

Text Example


Text Example

White with #BC9922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9922; }

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

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

background-color css

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

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

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

border-color css

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

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

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