Html Css Color HEX #B48E23 Nugget

📋 copy color: '#B48E23'

red 180 ◦ green 142 ◦ blue 35

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

Shades of Nugget #B48E23

Tints of Nugget #B48E23

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.78%

 BLUE value IS 35 (14.06% from 255) = 9.8%

R = 50.42%
G = 39.78%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B48E23 (or 0xB48E23) is known color: Nugget. HEX triplet: B4, 8E and 23. RGB value is (180,142,35). Sum of RGB (Red+Green+Blue) = 180+142+35=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48E23 is #4B71DC. Grayscale: #8D8D8D. Windows color (decimal): -4944349 or 2330292. OLE color: 2330292.

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

Color convert

RGB 180 142 35 -
CMYK 0 0.21 0.81 0.29
HSL 44.28º 0.67% 0.42% -
HSV(B) 44.28º 0.81% 0.71% -
XYZ 28.8 29.17 5.7 -
YUV 141.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 180 142 35 0 0.21 0.81 0.29 44.28 0.67 0.42
Hex B4 8E 23 0 15 51 1D 2C 43 2A
Octal 264 216 43 0 25 121 35 54 103 52
Binary 10110100 10001110 100011 0 10101 1010001 11101 101100 1000011 101010

Color Harmonies of #B48E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48E23

Black with #B48E23

Text Example


Text Example

White with #B48E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48E23; }

 p { color: rgb(180,142,35); }

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

background-color css

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

 a { background-color: rgb(180,142,35); }

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

border-color css

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

 span { border-color: rgb(180,142,35); }

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