Html Css Color HEX #B4881E Nugget

📋 copy color: '#B4881E'

red 180 ◦ green 136 ◦ blue 30

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

Shades of Nugget #B4881E

Tints of Nugget #B4881E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.67%

R = 52.02%
G = 39.31%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4881E (or 0xB4881E) is known color: Nugget. HEX triplet: B4, 88 and 1E. RGB value is (180,136,30). Sum of RGB (Red+Green+Blue) = 180+136+30=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B4881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4881E is #4B77E1. Grayscale: #898989. Windows color (decimal): -4945890 or 2001076. OLE color: 2001076.

HSL color Cylindrical-coordinate representation of color #B4881E: hue angle of 42.4º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4881E is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 136 30 -
CMYK 0 0.24 0.83 0.29
HSL 42.4º 0.71% 0.41% -
HSV(B) 42.4º 0.83% 0.71% -
XYZ 27.86 27.41 5.05 -
YUV 137.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 180 136 30 0 0.24 0.83 0.29 42.4 0.71 0.41
Hex B4 88 1E 0 18 53 1D 2A 47 29
Octal 264 210 36 0 30 123 35 52 107 51
Binary 10110100 10001000 11110 0 11000 1010011 11101 101010 1000111 101001

Color Harmonies of #B4881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4881E

Black with #B4881E

Text Example


Text Example

White with #B4881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4881E; }

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

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

background-color css

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

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

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

border-color css

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

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

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