Html Css Color HEX #B0992A Sahara

📋 copy color: '#B0992A'

red 176 ◦ green 153 ◦ blue 42

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

Shades of Sahara #B0992A

Tints of Sahara #B0992A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.32%

R = 47.44%
G = 41.24%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0992A (or 0xB0992A) is known color: Sahara. HEX triplet: B0, 99 and 2A. RGB value is (176,153,42). Sum of RGB (Red+Green+Blue) = 176+153+42=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0992A is #4F66D5. Grayscale: #939393. Windows color (decimal): -5203670 or 2791856. OLE color: 2791856.

HSL color Cylindrical-coordinate representation of color #B0992A: hue angle of 49.7º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0992A is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 42 -
CMYK 0 0.13 0.76 0.31
HSL 49.7º 0.61% 0.43% -
HSV(B) 49.7º 0.76% 0.69% -
XYZ 29.71 32.18 6.84 -
YUV 147.22 68.62 148.53 -
System Red Green Blue C M Y K H S L
Decimal 176 153 42 0 0.13 0.76 0.31 49.7 0.61 0.43
Hex B0 99 2A 0 D 4C 1F 32 3D 2B
Octal 260 231 52 0 15 114 37 62 75 53
Binary 10110000 10011001 101010 0 1101 1001100 11111 110010 111101 101011

Color Harmonies of #B0992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0992A

Black with #B0992A

Text Example


Text Example

White with #B0992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0992A; }

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

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

background-color css

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

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

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

border-color css

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

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

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