Html Css Color HEX #B9A130 Sahara

📋 copy color: '#B9A130'

red 185 ◦ green 161 ◦ blue 48

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

Shades of Sahara #B9A130

Tints of Sahara #B9A130

RGB

 RED value IS 185 (72.66% from 255) = 46.95%

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

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

R = 46.95%
G = 40.86%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B9A130 (or 0xB9A130) is known color: Sahara. HEX triplet: B9, A1 and 30. RGB value is (185,161,48). Sum of RGB (Red+Green+Blue) = 185+161+48=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A130 is #465ECF. Grayscale: #9B9B9B. Windows color (decimal): -4611792 or 3187129. OLE color: 3187129.

HSL color Cylindrical-coordinate representation of color #B9A130: hue angle of 49.49º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9A130 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 161 48 -
CMYK 0 0.13 0.74 0.27
HSL 49.49º 0.59% 0.46% -
HSV(B) 49.49º 0.74% 0.73% -
XYZ 33.29 36.02 7.99 -
YUV 155.29 67.45 149.19 -
System Red Green Blue C M Y K H S L
Decimal 185 161 48 0 0.13 0.74 0.27 49.49 0.59 0.46
Hex B9 A1 30 0 D 4A 1B 31 3B 2E
Octal 271 241 60 0 15 112 33 61 73 56
Binary 10111001 10100001 110000 0 1101 1001010 11011 110001 111011 101110

Color Harmonies of #B9A130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A130

Black with #B9A130

Text Example


Text Example

White with #B9A130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A130; }

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

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

background-color css

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

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

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

border-color css

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

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

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