Html Css Color HEX #B0952F Sahara

📋 copy color: '#B0952F'

red 176 ◦ green 149 ◦ blue 47

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

Shades of Sahara #B0952F

Tints of Sahara #B0952F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.05%

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

R = 47.31%
G = 40.05%
B = 12.63%

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

#B0952F (or 0xB0952F) is known color: Sahara. HEX triplet: B0, 95 and 2F. RGB value is (176,149,47). Sum of RGB (Red+Green+Blue) = 176+149+47=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0952F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0952F is #4F6AD0. Grayscale: #919191. Windows color (decimal): -5204689 or 3118512. OLE color: 3118512.

HSL color Cylindrical-coordinate representation of color #B0952F: hue angle of 47.44º 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 #B0952F is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 149 47 -
CMYK 0 0.15 0.73 0.31
HSL 47.44º 0.58% 0.44% -
HSV(B) 47.44º 0.73% 0.69% -
XYZ 29.17 30.93 7.12 -
YUV 145.45 72.45 149.79 -
System Red Green Blue C M Y K H S L
Decimal 176 149 47 0 0.15 0.73 0.31 47.44 0.58 0.44
Hex B0 95 2F 0 F 49 1F 2F 3A 2C
Octal 260 225 57 0 17 111 37 57 72 54
Binary 10110000 10010101 101111 0 1111 1001001 11111 101111 111010 101100

Color Harmonies of #B0952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0952F

Black with #B0952F

Text Example


Text Example

White with #B0952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0952F; }

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

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

background-color css

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

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

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

border-color css

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

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

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