Html Css Color HEX #B48D2D Nugget

📋 copy color: '#B48D2D'

red 180 ◦ green 141 ◦ blue 45

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

Shades of Nugget #B48D2D

Tints of Nugget #B48D2D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.52%

 BLUE value IS 45 (17.97% from 255) = 12.3%

R = 49.18%
G = 38.52%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B48D2D (or 0xB48D2D) is known color: Nugget. HEX triplet: B4, 8D and 2D. RGB value is (180,141,45). Sum of RGB (Red+Green+Blue) = 180+141+45=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48D2D is #4B72D2. Grayscale: #8E8E8E. Windows color (decimal): -4944595 or 2985396. OLE color: 2985396.

HSL color Cylindrical-coordinate representation of color #B48D2D: hue angle of 42.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B48D2D is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 141 45 -
CMYK 0 0.22 0.75 0.29
HSL 42.67º 0.6% 0.44% -
HSV(B) 42.67º 0.75% 0.71% -
XYZ 28.82 28.94 6.55 -
YUV 141.72 73.42 155.31 -
System Red Green Blue C M Y K H S L
Decimal 180 141 45 0 0.22 0.75 0.29 42.67 0.6 0.44
Hex B4 8D 2D 0 16 4B 1D 2B 3C 2C
Octal 264 215 55 0 26 113 35 53 74 54
Binary 10110100 10001101 101101 0 10110 1001011 11101 101011 111100 101100

Color Harmonies of #B48D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D2D

Black with #B48D2D

Text Example


Text Example

White with #B48D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D2D; }

 p { color: rgb(180,141,45); }

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

background-color css

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

 a { background-color: rgb(180,141,45); }

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

border-color css

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

 span { border-color: rgb(180,141,45); }

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