Html Css Color HEX #B48C24 Nugget

📋 copy color: '#B48C24'

red 180 ◦ green 140 ◦ blue 36

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

Shades of Nugget #B48C24

Tints of Nugget #B48C24

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.33%

 BLUE value IS 36 (14.45% from 255) = 10.11%

R = 50.56%
G = 39.33%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B48C24 (or 0xB48C24) is known color: Nugget. HEX triplet: B4, 8C and 24. RGB value is (180,140,36). Sum of RGB (Red+Green+Blue) = 180+140+36=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C24 is #4B73DB. Grayscale: #8C8C8C. Windows color (decimal): -4944860 or 2395316. OLE color: 2395316.

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

Color convert

RGB 180 140 36 -
CMYK 0 0.22 0.8 0.29
HSL 43.33º 0.67% 0.42% -
HSV(B) 43.33º 0.8% 0.71% -
XYZ 28.52 28.59 5.68 -
YUV 140.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 180 140 36 0 0.22 0.8 0.29 43.33 0.67 0.42
Hex B4 8C 24 0 16 50 1D 2B 43 2A
Octal 264 214 44 0 26 120 35 53 103 52
Binary 10110100 10001100 100100 0 10110 1010000 11101 101011 1000011 101010

Color Harmonies of #B48C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C24

Black with #B48C24

Text Example


Text Example

White with #B48C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C24; }

 p { color: rgb(180,140,36); }

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

background-color css

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

 a { background-color: rgb(180,140,36); }

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

border-color css

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

 span { border-color: rgb(180,140,36); }

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