Html Css Color HEX #B2891D Nugget

📋 copy color: '#B2891D'

red 178 ◦ green 137 ◦ blue 29

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

Shades of Nugget #B2891D

Tints of Nugget #B2891D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.83%

 BLUE value IS 29 (11.72% from 255) = 8.43%

R = 51.74%
G = 39.83%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2891D (or 0xB2891D) is known color: Nugget. HEX triplet: B2, 89 and 1D. RGB value is (178,137,29). Sum of RGB (Red+Green+Blue) = 178+137+29=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B2891D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2891D is #4D76E2. Grayscale: #898989. Windows color (decimal): -5076707 or 1935794. OLE color: 1935794.

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

Color convert

RGB 178 137 29 -
CMYK 0 0.23 0.84 0.30
HSL 43.49º 0.72% 0.41% -
HSV(B) 43.49º 0.84% 0.7% -
XYZ 27.53 27.45 5.01 -
YUV 136.95 67.08 157.28 -
System Red Green Blue C M Y K H S L
Decimal 178 137 29 0 0.23 0.84 0.30 43.49 0.72 0.41
Hex B2 89 1D 0 17 54 1E 2B 48 29
Octal 262 211 35 0 27 124 36 53 110 51
Binary 10110010 10001001 11101 0 10111 1010100 11110 101011 1001000 101001

Color Harmonies of #B2891D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2891D

Black with #B2891D

Text Example


Text Example

White with #B2891D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2891D; }

 p { color: rgb(178,137,29); }

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

background-color css

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

 a { background-color: rgb(178,137,29); }

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

border-color css

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

 span { border-color: rgb(178,137,29); }

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