Html Css Color HEX #B4871E Nugget

📋 copy color: '#B4871E'

red 180 ◦ green 135 ◦ blue 30

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

Shades of Nugget #B4871E

Tints of Nugget #B4871E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.13%

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

R = 52.17%
G = 39.13%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4871E (or 0xB4871E) is known color: Nugget. HEX triplet: B4, 87 and 1E. RGB value is (180,135,30). Sum of RGB (Red+Green+Blue) = 180+135+30=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4871E is #4B78E1. Grayscale: #888888. Windows color (decimal): -4946146 or 2000820. OLE color: 2000820.

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

Color convert

RGB 180 135 30 -
CMYK 0 0.25 0.83 0.29
HSL 42º 0.71% 0.41% -
HSV(B) 42º 0.83% 0.71% -
XYZ 27.72 27.12 5 -
YUV 136.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 180 135 30 0 0.25 0.83 0.29 42 0.71 0.41
Hex B4 87 1E 0 19 53 1D 2A 47 29
Octal 264 207 36 0 31 123 35 52 107 51
Binary 10110100 10000111 11110 0 11001 1010011 11101 101010 1000111 101001

Color Harmonies of #B4871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4871E

Black with #B4871E

Text Example


Text Example

White with #B4871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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