Html Css Color HEX #BC9622 Sahara

📋 copy color: '#BC9622'

red 188 ◦ green 150 ◦ blue 34

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

Shades of Sahara #BC9622

Tints of Sahara #BC9622

RGB

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

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

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

R = 50.54%
G = 40.32%
B = 9.14%

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

#BC9622 (or 0xBC9622) is known color: Sahara. HEX triplet: BC, 96 and 22. RGB value is (188,150,34). Sum of RGB (Red+Green+Blue) = 188+150+34=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9622 is #4369DD. Grayscale: #949494. Windows color (decimal): -4418014 or 2266812. OLE color: 2266812.

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

Color convert

RGB 188 150 34 -
CMYK 0 0.20 0.82 0.26
HSL 45.19º 0.69% 0.44% -
HSV(B) 45.19º 0.82% 0.74% -
XYZ 31.93 32.62 6.13 -
YUV 148.14 63.59 156.43 -
System Red Green Blue C M Y K H S L
Decimal 188 150 34 0 0.20 0.82 0.26 45.19 0.69 0.44
Hex BC 96 22 0 14 52 1A 2D 45 2C
Octal 274 226 42 0 24 122 32 55 105 54
Binary 10111100 10010110 100010 0 10100 1010010 11010 101101 1000101 101100

Color Harmonies of #BC9622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9622

Black with #BC9622

Text Example


Text Example

White with #BC9622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9622; }

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

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

background-color css

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

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

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

border-color css

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

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

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