Html Css Color HEX #BC9625 Sahara

📋 copy color: '#BC9625'

red 188 ◦ green 150 ◦ blue 37

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

Shades of Sahara #BC9625

Tints of Sahara #BC9625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.87%

R = 50.13%
G = 40%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC9625 (or 0xBC9625) is known color: Sahara. HEX triplet: BC, 96 and 25. RGB value is (188,150,37). Sum of RGB (Red+Green+Blue) = 188+150+37=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9625 is #4369DA. Grayscale: #949494. Windows color (decimal): -4418011 or 2463420. OLE color: 2463420.

HSL color Cylindrical-coordinate representation of color #BC9625: hue angle of 44.9º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC9625 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 150 37 -
CMYK 0 0.20 0.80 0.26
HSL 44.9º 0.67% 0.44% -
HSV(B) 44.9º 0.8% 0.74% -
XYZ 31.98 32.64 6.36 -
YUV 148.48 65.09 156.19 -
System Red Green Blue C M Y K H S L
Decimal 188 150 37 0 0.20 0.80 0.26 44.9 0.67 0.44
Hex BC 96 25 0 14 50 1A 2D 43 2C
Octal 274 226 45 0 24 120 32 55 103 54
Binary 10111100 10010110 100101 0 10100 1010000 11010 101101 1000011 101100

Color Harmonies of #BC9625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9625

Black with #BC9625

Text Example


Text Example

White with #BC9625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9625; }

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

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

background-color css

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

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

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

border-color css

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

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

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