Html Css Color HEX #B28C28 Nugget

📋 copy color: '#B28C28'

red 178 ◦ green 140 ◦ blue 40

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

Shades of Nugget #B28C28

Tints of Nugget #B28C28

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.11%

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 49.72%
G = 39.11%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B28C28 (or 0xB28C28) is known color: Nugget. HEX triplet: B2, 8C and 28. RGB value is (178,140,40). Sum of RGB (Red+Green+Blue) = 178+140+40=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C28 is #4D73D7. Grayscale: #8C8C8C. Windows color (decimal): -5075928 or 2657458. OLE color: 2657458.

HSL color Cylindrical-coordinate representation of color #B28C28: hue angle of 43.48º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B28C28 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 140 40 -
CMYK 0 0.21 0.78 0.30
HSL 43.48º 0.63% 0.43% -
HSV(B) 43.48º 0.78% 0.7% -
XYZ 28.12 28.37 6 -
YUV 139.96 71.59 155.13 -
System Red Green Blue C M Y K H S L
Decimal 178 140 40 0 0.21 0.78 0.30 43.48 0.63 0.43
Hex B2 8C 28 0 15 4E 1E 2B 3F 2B
Octal 262 214 50 0 25 116 36 53 77 53
Binary 10110010 10001100 101000 0 10101 1001110 11110 101011 111111 101011

Color Harmonies of #B28C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C28

Black with #B28C28

Text Example


Text Example

White with #B28C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C28; }

 p { color: rgb(178,140,40); }

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

background-color css

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

 a { background-color: rgb(178,140,40); }

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

border-color css

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

 span { border-color: rgb(178,140,40); }

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