Html Css Color HEX #B5982D Sahara

📋 copy color: '#B5982D'

red 181 ◦ green 152 ◦ blue 45

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

Shades of Sahara #B5982D

Tints of Sahara #B5982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.21%

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

R = 47.88%
G = 40.21%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5982D (or 0xB5982D) is known color: Sahara. HEX triplet: B5, 98 and 2D. RGB value is (181,152,45). Sum of RGB (Red+Green+Blue) = 181+152+45=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5982D is #4A67D2. Grayscale: #949494. Windows color (decimal): -4876243 or 2988213. OLE color: 2988213.

HSL color Cylindrical-coordinate representation of color #B5982D: hue angle of 47.21º 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 #B5982D is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 152 45 -
CMYK 0 0.16 0.75 0.29
HSL 47.21º 0.6% 0.44% -
HSV(B) 47.21º 0.75% 0.71% -
XYZ 30.76 32.47 7.13 -
YUV 148.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 181 152 45 0 0.16 0.75 0.29 47.21 0.6 0.44
Hex B5 98 2D 0 10 4B 1D 2F 3C 2C
Octal 265 230 55 0 20 113 35 57 74 54
Binary 10110101 10011000 101101 0 10000 1001011 11101 101111 111100 101100

Color Harmonies of #B5982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5982D

Black with #B5982D

Text Example


Text Example

White with #B5982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5982D; }

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

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

background-color css

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

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

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

border-color css

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

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

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