Html Css Color HEX #B7A131 Sahara

📋 copy color: '#B7A131'

red 183 ◦ green 161 ◦ blue 49

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

Shades of Sahara #B7A131

Tints of Sahara #B7A131

RGB

 RED value IS 183 (71.88% from 255) = 46.56%

 GREEN value IS 161 (63.28% from 255) = 40.97%

 BLUE value IS 49 (19.53% from 255) = 12.47%

R = 46.56%
G = 40.97%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B7A131 (or 0xB7A131) is known color: Sahara. HEX triplet: B7, A1 and 31. RGB value is (183,161,49). Sum of RGB (Red+Green+Blue) = 183+161+49=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A131 is #485ECE. Grayscale: #9B9B9B. Windows color (decimal): -4742863 or 3252663. OLE color: 3252663.

HSL color Cylindrical-coordinate representation of color #B7A131: hue angle of 50.15º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7A131 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 161 49 -
CMYK 0 0.12 0.73 0.28
HSL 50.15º 0.58% 0.45% -
HSV(B) 50.15º 0.73% 0.72% -
XYZ 32.83 35.78 8.08 -
YUV 154.81 68.29 148.11 -
System Red Green Blue C M Y K H S L
Decimal 183 161 49 0 0.12 0.73 0.28 50.15 0.58 0.45
Hex B7 A1 31 0 C 49 1C 32 3A 2D
Octal 267 241 61 0 14 111 34 62 72 55
Binary 10110111 10100001 110001 0 1100 1001001 11100 110010 111010 101101

Color Harmonies of #B7A131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A131

Black with #B7A131

Text Example


Text Example

White with #B7A131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A131; }

 p { color: rgb(183,161,49); }

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

background-color css

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

 a { background-color: rgb(183,161,49); }

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

border-color css

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

 span { border-color: rgb(183,161,49); }

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