Html Css Color HEX #B0992F Sahara

📋 copy color: '#B0992F'

red 176 ◦ green 153 ◦ blue 47

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

Shades of Sahara #B0992F

Tints of Sahara #B0992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

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

R = 46.81%
G = 40.69%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0992F (or 0xB0992F) is known color: Sahara. HEX triplet: B0, 99 and 2F. RGB value is (176,153,47). Sum of RGB (Red+Green+Blue) = 176+153+47=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B0992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0992F is #4F66D0. Grayscale: #949494. Windows color (decimal): -5203665 or 3119536. OLE color: 3119536.

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

Color convert

RGB 176 153 47 -
CMYK 0 0.13 0.73 0.31
HSL 49.3º 0.58% 0.44% -
HSV(B) 49.3º 0.73% 0.69% -
XYZ 29.81 32.22 7.34 -
YUV 147.79 71.12 148.12 -
System Red Green Blue C M Y K H S L
Decimal 176 153 47 0 0.13 0.73 0.31 49.3 0.58 0.44
Hex B0 99 2F 0 D 49 1F 31 3A 2C
Octal 260 231 57 0 15 111 37 61 72 54
Binary 10110000 10011001 101111 0 1101 1001001 11111 110001 111010 101100

Color Harmonies of #B0992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0992F

Black with #B0992F

Text Example


Text Example

White with #B0992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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