Html Css Color HEX #B5992D Sahara

📋 copy color: '#B5992D'

red 181 ◦ green 153 ◦ blue 45

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

Shades of Sahara #B5992D

Tints of Sahara #B5992D

RGB

 RED value IS 181 (71.09% from 255) = 47.76%

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

 BLUE value IS 45 (17.97% from 255) = 11.87%

R = 47.76%
G = 40.37%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5992D (or 0xB5992D) is known color: Sahara. HEX triplet: B5, 99 and 2D. RGB value is (181,153,45). Sum of RGB (Red+Green+Blue) = 181+153+45=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5992D is #4A66D2. Grayscale: #959595. Windows color (decimal): -4875987 or 2988469. OLE color: 2988469.

HSL color Cylindrical-coordinate representation of color #B5992D: hue angle of 47.65º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5992D is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 153 45 -
CMYK 0 0.15 0.75 0.29
HSL 47.65º 0.6% 0.44% -
HSV(B) 47.65º 0.75% 0.71% -
XYZ 30.92 32.8 7.18 -
YUV 149.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 181 153 45 0 0.15 0.75 0.29 47.65 0.6 0.44
Hex B5 99 2D 0 F 4B 1D 30 3C 2C
Octal 265 231 55 0 17 113 35 60 74 54
Binary 10110101 10011001 101101 0 1111 1001011 11101 110000 111100 101100

Color Harmonies of #B5992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5992D

Black with #B5992D

Text Example


Text Example

White with #B5992D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5992D; }

 p { color: rgb(181,153,45); }

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

background-color css

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

 a { background-color: rgb(181,153,45); }

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

border-color css

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

 span { border-color: rgb(181,153,45); }

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