Html Css Color HEX #B3902F Nugget

📋 copy color: '#B3902F'

red 179 ◦ green 144 ◦ blue 47

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

Shades of Nugget #B3902F

Tints of Nugget #B3902F

RGB

 RED value IS 179 (70.31% from 255) = 48.38%

 GREEN value IS 144 (56.64% from 255) = 38.92%

 BLUE value IS 47 (18.75% from 255) = 12.7%

R = 48.38%
G = 38.92%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3902F (or 0xB3902F) is known color: Nugget. HEX triplet: B3, 90 and 2F. RGB value is (179,144,47). Sum of RGB (Red+Green+Blue) = 179+144+47=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B3902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3902F is #4C6FD0. Grayscale: #8F8F8F. Windows color (decimal): -5009361 or 3117235. OLE color: 3117235.

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

Color convert

RGB 179 144 47 -
CMYK 0 0.20 0.74 0.30
HSL 44.09º 0.58% 0.44% -
HSV(B) 44.09º 0.74% 0.7% -
XYZ 29.08 29.74 6.9 -
YUV 143.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 179 144 47 0 0.20 0.74 0.30 44.09 0.58 0.44
Hex B3 90 2F 0 14 4A 1E 2C 3A 2C
Octal 263 220 57 0 24 112 36 54 72 54
Binary 10110011 10010000 101111 0 10100 1001010 11110 101100 111010 101100

Color Harmonies of #B3902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3902F

Black with #B3902F

Text Example


Text Example

White with #B3902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3902F; }

 p { color: rgb(179,144,47); }

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

background-color css

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

 a { background-color: rgb(179,144,47); }

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

border-color css

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

 span { border-color: rgb(179,144,47); }

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