Html Css Color HEX #B3A130 Sahara

📋 copy color: '#B3A130'

red 179 ◦ green 161 ◦ blue 48

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

Shades of Sahara #B3A130

Tints of Sahara #B3A130

RGB

 RED value IS 179 (70.31% from 255) = 46.13%

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

 BLUE value IS 48 (19.14% from 255) = 12.37%

R = 46.13%
G = 41.49%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B3A130 (or 0xB3A130) is known color: Sahara. HEX triplet: B3, A1 and 30. RGB value is (179,161,48). Sum of RGB (Red+Green+Blue) = 179+161+48=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A130 is #4C5ECF. Grayscale: #999999. Windows color (decimal): -5005008 or 3187123. OLE color: 3187123.

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

Color convert

RGB 179 161 48 -
CMYK 0 0.10 0.73 0.30
HSL 51.76º 0.58% 0.45% -
HSV(B) 51.76º 0.73% 0.7% -
XYZ 31.87 35.29 7.93 -
YUV 153.5 68.46 146.19 -
System Red Green Blue C M Y K H S L
Decimal 179 161 48 0 0.10 0.73 0.30 51.76 0.58 0.45
Hex B3 A1 30 0 A 49 1E 34 3A 2D
Octal 263 241 60 0 12 111 36 64 72 55
Binary 10110011 10100001 110000 0 1010 1001001 11110 110100 111010 101101

Color Harmonies of #B3A130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A130

Black with #B3A130

Text Example


Text Example

White with #B3A130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A130; }

 p { color: rgb(179,161,48); }

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

background-color css

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

 a { background-color: rgb(179,161,48); }

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

border-color css

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

 span { border-color: rgb(179,161,48); }

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