Html Css Color HEX #B79B31 Sahara

📋 copy color: '#B79B31'

red 183 ◦ green 155 ◦ blue 49

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

Shades of Sahara #B79B31

Tints of Sahara #B79B31

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.05%

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

R = 47.29%
G = 40.05%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B79B31 (or 0xB79B31) is known color: Sahara. HEX triplet: B7, 9B and 31. RGB value is (183,155,49). Sum of RGB (Red+Green+Blue) = 183+155+49=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79B31 is #4864CE. Grayscale: #979797. Windows color (decimal): -4744399 or 3251127. OLE color: 3251127.

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

Color convert

RGB 183 155 49 -
CMYK 0 0.15 0.73 0.28
HSL 47.46º 0.58% 0.45% -
HSV(B) 47.46º 0.73% 0.72% -
XYZ 31.8 33.73 7.74 -
YUV 151.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 183 155 49 0 0.15 0.73 0.28 47.46 0.58 0.45
Hex B7 9B 31 0 F 49 1C 2F 3A 2D
Octal 267 233 61 0 17 111 34 57 72 55
Binary 10110111 10011011 110001 0 1111 1001001 11100 101111 111010 101101

Color Harmonies of #B79B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79B31

Black with #B79B31

Text Example


Text Example

White with #B79B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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