Html Css Color HEX #B0962F Sahara

📋 copy color: '#B0962F'

red 176 ◦ green 150 ◦ blue 47

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

Shades of Sahara #B0962F

Tints of Sahara #B0962F

RGB

 RED value IS 176 (69.14% from 255) = 47.18%

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

 BLUE value IS 47 (18.75% from 255) = 12.6%

R = 47.18%
G = 40.21%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0962F (or 0xB0962F) is known color: Sahara. HEX triplet: B0, 96 and 2F. RGB value is (176,150,47). Sum of RGB (Red+Green+Blue) = 176+150+47=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0962F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0962F is #4F69D0. Grayscale: #929292. Windows color (decimal): -5204433 or 3118768. OLE color: 3118768.

HSL color Cylindrical-coordinate representation of color #B0962F: hue angle of 47.91º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0962F is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 150 47 -
CMYK 0 0.15 0.73 0.31
HSL 47.91º 0.58% 0.44% -
HSV(B) 47.91º 0.73% 0.69% -
XYZ 29.32 31.25 7.18 -
YUV 146.03 72.11 149.38 -
System Red Green Blue C M Y K H S L
Decimal 176 150 47 0 0.15 0.73 0.31 47.91 0.58 0.44
Hex B0 96 2F 0 F 49 1F 30 3A 2C
Octal 260 226 57 0 17 111 37 60 72 54
Binary 10110000 10010110 101111 0 1111 1001001 11111 110000 111010 101100

Color Harmonies of #B0962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0962F

Black with #B0962F

Text Example


Text Example

White with #B0962F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0962F; }

 p { color: rgb(176,150,47); }

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

background-color css

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

 a { background-color: rgb(176,150,47); }

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

border-color css

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

 span { border-color: rgb(176,150,47); }

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