Html Css Color HEX #B6A030 Sahara

📋 copy color: '#B6A030'

red 182 ◦ green 160 ◦ blue 48

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

Shades of Sahara #B6A030

Tints of Sahara #B6A030

RGB

 RED value IS 182 (71.48% from 255) = 46.67%

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

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

R = 46.67%
G = 41.03%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B6A030 (or 0xB6A030) is known color: Sahara. HEX triplet: B6, A0 and 30. RGB value is (182,160,48). Sum of RGB (Red+Green+Blue) = 182+160+48=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A030 is #495FCF. Grayscale: #9A9A9A. Windows color (decimal): -4808656 or 3186870. OLE color: 3186870.

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

Color convert

RGB 182 160 48 -
CMYK 0 0.12 0.74 0.29
HSL 50.15º 0.58% 0.45% -
HSV(B) 50.15º 0.74% 0.71% -
XYZ 32.4 35.3 7.9 -
YUV 153.81 68.29 148.11 -
System Red Green Blue C M Y K H S L
Decimal 182 160 48 0 0.12 0.74 0.29 50.15 0.58 0.45
Hex B6 A0 30 0 C 4A 1D 32 3A 2D
Octal 266 240 60 0 14 112 35 62 72 55
Binary 10110110 10100000 110000 0 1100 1001010 11101 110010 111010 101101

Color Harmonies of #B6A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A030

Black with #B6A030

Text Example


Text Example

White with #B6A030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A030; }

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

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

background-color css

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

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

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

border-color css

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

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

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