Html Css Color HEX #B48827 Nugget

📋 copy color: '#B48827'

red 180 ◦ green 136 ◦ blue 39

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

Shades of Nugget #B48827

Tints of Nugget #B48827

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.31%

 BLUE value IS 39 (15.63% from 255) = 10.99%

R = 50.7%
G = 38.31%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B48827 (or 0xB48827) is known color: Nugget. HEX triplet: B4, 88 and 27. RGB value is (180,136,39). Sum of RGB (Red+Green+Blue) = 180+136+39=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B48827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48827 is #4B77D8. Grayscale: #8A8A8A. Windows color (decimal): -4945881 or 2590900. OLE color: 2590900.

HSL color Cylindrical-coordinate representation of color #B48827: hue angle of 41.28º 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 #B48827 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 136 39 -
CMYK 0 0.24 0.78 0.29
HSL 41.28º 0.64% 0.43% -
HSV(B) 41.28º 0.78% 0.71% -
XYZ 27.99 27.46 5.74 -
YUV 138.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 180 136 39 0 0.24 0.78 0.29 41.28 0.64 0.43
Hex B4 88 27 0 18 4E 1D 29 40 2B
Octal 264 210 47 0 30 116 35 51 100 53
Binary 10110100 10001000 100111 0 11000 1001110 11101 101001 1000000 101011

Color Harmonies of #B48827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48827

Black with #B48827

Text Example


Text Example

White with #B48827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48827; }

 p { color: rgb(180,136,39); }

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

background-color css

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

 a { background-color: rgb(180,136,39); }

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

border-color css

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

 span { border-color: rgb(180,136,39); }

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