Html Css Color HEX #B2912D Nugget

📋 copy color: '#B2912D'

red 178 ◦ green 145 ◦ blue 45

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

Shades of Nugget #B2912D

Tints of Nugget #B2912D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.4%

 BLUE value IS 45 (17.97% from 255) = 12.23%

R = 48.37%
G = 39.4%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2912D (or 0xB2912D) is known color: Nugget. HEX triplet: B2, 91 and 2D. RGB value is (178,145,45). Sum of RGB (Red+Green+Blue) = 178+145+45=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2912D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2912D is #4D6ED2. Grayscale: #8F8F8F. Windows color (decimal): -5074643 or 2986418. OLE color: 2986418.

HSL color Cylindrical-coordinate representation of color #B2912D: hue angle of 45.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2912D is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 145 45 -
CMYK 0 0.19 0.75 0.30
HSL 45.11º 0.6% 0.44% -
HSV(B) 45.11º 0.75% 0.7% -
XYZ 28.96 29.91 6.73 -
YUV 143.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 178 145 45 0 0.19 0.75 0.30 45.11 0.6 0.44
Hex B2 91 2D 0 13 4B 1E 2D 3C 2C
Octal 262 221 55 0 23 113 36 55 74 54
Binary 10110010 10010001 101101 0 10011 1001011 11110 101101 111100 101100

Color Harmonies of #B2912D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2912D

Black with #B2912D

Text Example


Text Example

White with #B2912D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2912D; }

 p { color: rgb(178,145,45); }

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

background-color css

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

 a { background-color: rgb(178,145,45); }

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

border-color css

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

 span { border-color: rgb(178,145,45); }

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