Html Css Color HEX #B6891C Nugget

📋 copy color: '#B6891C'

red 182 ◦ green 137 ◦ blue 28

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

Shades of Nugget #B6891C

Tints of Nugget #B6891C

RGB

 RED value IS 182 (71.48% from 255) = 52.45%

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

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 52.45%
G = 39.48%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6891C (or 0xB6891C) is known color: Nugget. HEX triplet: B6, 89 and 1C. RGB value is (182,137,28). Sum of RGB (Red+Green+Blue) = 182+137+28=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B6891C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6891C is #4976E3. Grayscale: #8A8A8A. Windows color (decimal): -4814564 or 1870262. OLE color: 1870262.

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

Color convert

RGB 182 137 28 -
CMYK 0 0.25 0.85 0.29
HSL 42.47º 0.73% 0.41% -
HSV(B) 42.47º 0.85% 0.71% -
XYZ 28.45 27.92 4.99 -
YUV 138.03 65.91 159.36 -
System Red Green Blue C M Y K H S L
Decimal 182 137 28 0 0.25 0.85 0.29 42.47 0.73 0.41
Hex B6 89 1C 0 19 55 1D 2A 49 29
Octal 266 211 34 0 31 125 35 52 111 51
Binary 10110110 10001001 11100 0 11001 1010101 11101 101010 1001001 101001

Color Harmonies of #B6891C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6891C

Black with #B6891C

Text Example


Text Example

White with #B6891C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6891C; }

 p { color: rgb(182,137,28); }

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

background-color css

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

 a { background-color: rgb(182,137,28); }

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

border-color css

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

 span { border-color: rgb(182,137,28); }

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