Html Css Color HEX #B48F28 Nugget

📋 copy color: '#B48F28'

red 180 ◦ green 143 ◦ blue 40

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

Shades of Nugget #B48F28

Tints of Nugget #B48F28

RGB

 RED value IS 180 (70.7% from 255) = 49.59%

 GREEN value IS 143 (56.25% from 255) = 39.39%

 BLUE value IS 40 (16.02% from 255) = 11.02%

R = 49.59%
G = 39.39%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B48F28 (or 0xB48F28) is known color: Nugget. HEX triplet: B4, 8F and 28. RGB value is (180,143,40). Sum of RGB (Red+Green+Blue) = 180+143+40=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48F28 is #4B70D7. Grayscale: #8E8E8E. Windows color (decimal): -4944088 or 2658228. OLE color: 2658228.

HSL color Cylindrical-coordinate representation of color #B48F28: hue angle of 44.14º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B48F28 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 143 40 -
CMYK 0 0.21 0.78 0.29
HSL 44.14º 0.64% 0.43% -
HSV(B) 44.14º 0.78% 0.71% -
XYZ 29.03 29.5 6.17 -
YUV 142.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 180 143 40 0 0.21 0.78 0.29 44.14 0.64 0.43
Hex B4 8F 28 0 15 4E 1D 2C 40 2B
Octal 264 217 50 0 25 116 35 54 100 53
Binary 10110100 10001111 101000 0 10101 1001110 11101 101100 1000000 101011

Color Harmonies of #B48F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48F28

Black with #B48F28

Text Example


Text Example

White with #B48F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48F28; }

 p { color: rgb(180,143,40); }

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

background-color css

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

 a { background-color: rgb(180,143,40); }

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

border-color css

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

 span { border-color: rgb(180,143,40); }

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