Html Css Color HEX #B28623 Nugget

📋 copy color: '#B28623'

red 178 ◦ green 134 ◦ blue 35

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

Shades of Nugget #B28623

Tints of Nugget #B28623

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.62%

 BLUE value IS 35 (14.06% from 255) = 10.09%

R = 51.3%
G = 38.62%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B28623 (or 0xB28623) is known color: Nugget. HEX triplet: B2, 86 and 23. RGB value is (178,134,35). Sum of RGB (Red+Green+Blue) = 178+134+35=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B28623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28623 is #4D79DC. Grayscale: #888888. Windows color (decimal): -5077469 or 2328242. OLE color: 2328242.

HSL color Cylindrical-coordinate representation of color #B28623: hue angle of 41.54º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B28623 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 134 35 -
CMYK 0 0.25 0.80 0.30
HSL 41.54º 0.67% 0.42% -
HSV(B) 41.54º 0.8% 0.7% -
XYZ 27.19 26.64 5.3 -
YUV 135.87 71.08 158.05 -
System Red Green Blue C M Y K H S L
Decimal 178 134 35 0 0.25 0.80 0.30 41.54 0.67 0.42
Hex B2 86 23 0 19 50 1E 2A 43 2A
Octal 262 206 43 0 31 120 36 52 103 52
Binary 10110010 10000110 100011 0 11001 1010000 11110 101010 1000011 101010

Color Harmonies of #B28623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28623

Black with #B28623

Text Example


Text Example

White with #B28623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28623; }

 p { color: rgb(178,134,35); }

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

background-color css

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

 a { background-color: rgb(178,134,35); }

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

border-color css

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

 span { border-color: rgb(178,134,35); }

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