Html Css Color HEX #B8A030 Sahara

📋 copy color: '#B8A030'

red 184 ◦ green 160 ◦ blue 48

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

Shades of Sahara #B8A030

Tints of Sahara #B8A030

RGB

 RED value IS 184 (72.27% from 255) = 46.94%

 GREEN value IS 160 (62.89% from 255) = 40.82%

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

R = 46.94%
G = 40.82%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B8A030 (or 0xB8A030) is known color: Sahara. HEX triplet: B8, A0 and 30. RGB value is (184,160,48). Sum of RGB (Red+Green+Blue) = 184+160+48=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A030 is #475FCF. Grayscale: #9A9A9A. Windows color (decimal): -4677584 or 3186872. OLE color: 3186872.

HSL color Cylindrical-coordinate representation of color #B8A030: hue angle of 49.41º degrees, saturation: 0.59, 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 #B8A030 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 160 48 -
CMYK 0 0.13 0.74 0.28
HSL 49.41º 0.59% 0.45% -
HSV(B) 49.41º 0.74% 0.72% -
XYZ 32.87 35.55 7.92 -
YUV 154.41 67.95 149.11 -
System Red Green Blue C M Y K H S L
Decimal 184 160 48 0 0.13 0.74 0.28 49.41 0.59 0.45
Hex B8 A0 30 0 D 4A 1C 31 3B 2D
Octal 270 240 60 0 15 112 34 61 73 55
Binary 10111000 10100000 110000 0 1101 1001010 11100 110001 111011 101101

Color Harmonies of #B8A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A030

Black with #B8A030

Text Example


Text Example

White with #B8A030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A030; }

 p { color: rgb(184,160,48); }

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

background-color css

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

 a { background-color: rgb(184,160,48); }

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

border-color css

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

 span { border-color: rgb(184,160,48); }

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