Html Css Color HEX #B2851E Nugget

📋 copy color: '#B2851E'

red 178 ◦ green 133 ◦ blue 30

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

Shades of Nugget #B2851E

Tints of Nugget #B2851E

RGB

 RED value IS 178 (69.92% from 255) = 52.2%

 GREEN value IS 133 (52.34% from 255) = 39%

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

R = 52.2%
G = 39%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2851E (or 0xB2851E) is known color: Nugget. HEX triplet: B2, 85 and 1E. RGB value is (178,133,30). Sum of RGB (Red+Green+Blue) = 178+133+30=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2851E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2851E is #4D7AE1. Grayscale: #878787. Windows color (decimal): -5077730 or 2000306. OLE color: 2000306.

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

Color convert

RGB 178 133 30 -
CMYK 0 0.25 0.83 0.30
HSL 41.76º 0.71% 0.41% -
HSV(B) 41.76º 0.83% 0.7% -
XYZ 26.98 26.33 4.89 -
YUV 134.71 68.91 158.88 -
System Red Green Blue C M Y K H S L
Decimal 178 133 30 0 0.25 0.83 0.30 41.76 0.71 0.41
Hex B2 85 1E 0 19 53 1E 2A 47 29
Octal 262 205 36 0 31 123 36 52 107 51
Binary 10110010 10000101 11110 0 11001 1010011 11110 101010 1000111 101001

Color Harmonies of #B2851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2851E

Black with #B2851E

Text Example


Text Example

White with #B2851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2851E; }

 p { color: rgb(178,133,30); }

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

background-color css

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

 a { background-color: rgb(178,133,30); }

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

border-color css

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

 span { border-color: rgb(178,133,30); }

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