Html Css Color HEX #B2A130 Sahara

📋 copy color: '#B2A130'

red 178 ◦ green 161 ◦ blue 48

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

Shades of Sahara #B2A130

Tints of Sahara #B2A130

RGB

 RED value IS 178 (69.92% from 255) = 45.99%

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

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

R = 45.99%
G = 41.6%
B = 12.4%

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

#B2A130 (or 0xB2A130) is known color: Sahara. HEX triplet: B2, A1 and 30. RGB value is (178,161,48). Sum of RGB (Red+Green+Blue) = 178+161+48=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A130 is #4D5ECF. Grayscale: #999999. Windows color (decimal): -5070544 or 3187122. OLE color: 3187122.

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

Color convert

RGB 178 161 48 -
CMYK 0 0.10 0.73 0.30
HSL 52.15º 0.58% 0.44% -
HSV(B) 52.15º 0.73% 0.7% -
XYZ 31.64 35.17 7.92 -
YUV 153.2 68.63 145.69 -
System Red Green Blue C M Y K H S L
Decimal 178 161 48 0 0.10 0.73 0.30 52.15 0.58 0.44
Hex B2 A1 30 0 A 49 1E 34 3A 2C
Octal 262 241 60 0 12 111 36 64 72 54
Binary 10110010 10100001 110000 0 1010 1001001 11110 110100 111010 101100

Color Harmonies of #B2A130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A130

Black with #B2A130

Text Example


Text Example

White with #B2A130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A130; }

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

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

background-color css

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

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

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

border-color css

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

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

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