Html Css Color HEX #B7A130 Sahara

📋 copy color: '#B7A130'

red 183 ◦ green 161 ◦ blue 48

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

Shades of Sahara #B7A130

Tints of Sahara #B7A130

RGB

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

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

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

R = 46.68%
G = 41.07%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B7A130 (or 0xB7A130) is known color: Sahara. HEX triplet: B7, A1 and 30. RGB value is (183,161,48). Sum of RGB (Red+Green+Blue) = 183+161+48=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A130 is #485ECF. Grayscale: #9B9B9B. Windows color (decimal): -4742864 or 3187127. OLE color: 3187127.

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

Color convert

RGB 183 161 48 -
CMYK 0 0.12 0.74 0.28
HSL 50.22º 0.58% 0.45% -
HSV(B) 50.22º 0.74% 0.72% -
XYZ 32.81 35.77 7.97 -
YUV 154.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 183 161 48 0 0.12 0.74 0.28 50.22 0.58 0.45
Hex B7 A1 30 0 C 4A 1C 32 3A 2D
Octal 267 241 60 0 14 112 34 62 72 55
Binary 10110111 10100001 110000 0 1100 1001010 11100 110010 111010 101101

Color Harmonies of #B7A130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A130

Black with #B7A130

Text Example


Text Example

White with #B7A130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A130; }

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

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

background-color css

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

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

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

border-color css

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

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

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