#BB9625

Color #BB9625 Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #BB9625

Tints of Sahara #BB9625

Color information

#BB9625 (or 0xBB9625) is unknown color: approx Sahara. HEX triplet: BB, 96 and 25. RGB value is (187,150,37). Sum of RGB (Red+Green+Blue) = 187+150+37=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9625 is #4469DA. Grayscale: #949494. Windows color (decimal): -4483547 or 2463419. OLE color: 2463419.

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

Color convert

RGB18715037-
CMYK00.200.800.27
HSL45.2º66.96%43.92%-
HSV(B)45.2º80.21%73.33%-
XYZ31.7332.516.35-
YUV148.1865.26155.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 37 (14.84% from 255) = 9.89%
R=50%
G=40.11%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871503700.200.800.2745.266.9643.92
HexBB9625014501B2d432c
Octal27322645024120335510354
Binary10111011100101101001010101001010000110111011011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9625; }

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

 H1.HeaderClassName
 {
   color: #BB9625;
 }
 .AnyTagClassName
 {
   color: #BB9625;
 }
</style>
background-color css

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

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

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

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

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

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