Html Css Color HEX #B2851F Nugget

📋 copy color: '#B2851F'

red 178 ◦ green 133 ◦ blue 31

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

Shades of Nugget #B2851F

Tints of Nugget #B2851F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.06%

R = 52.05%
G = 38.89%
B = 9.06%

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

#B2851F (or 0xB2851F) is known color: Nugget. HEX triplet: B2, 85 and 1F. RGB value is (178,133,31). Sum of RGB (Red+Green+Blue) = 178+133+31=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2851F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2851F is #4D7AE0. Grayscale: #878787. Windows color (decimal): -5077729 or 2065842. OLE color: 2065842.

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

Color convert

RGB 178 133 31 -
CMYK 0 0.25 0.83 0.30
HSL 41.63º 0.7% 0.41% -
HSV(B) 41.63º 0.83% 0.7% -
XYZ 26.99 26.34 4.96 -
YUV 134.83 69.41 158.79 -
System Red Green Blue C M Y K H S L
Decimal 178 133 31 0 0.25 0.83 0.30 41.63 0.7 0.41
Hex B2 85 1F 0 19 53 1E 2A 46 29
Octal 262 205 37 0 31 123 36 52 106 51
Binary 10110010 10000101 11111 0 11001 1010011 11110 101010 1000110 101001

Color Harmonies of #B2851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2851F

Black with #B2851F

Text Example


Text Example

White with #B2851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2851F; }

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

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

background-color css

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

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

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

border-color css

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

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

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