Html Css Color HEX #B88628 Nugget

📋 copy color: '#B88628'

red 184 ◦ green 134 ◦ blue 40

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

Shades of Nugget #B88628

Tints of Nugget #B88628

RGB

 RED value IS 184 (72.27% from 255) = 51.4%

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

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

R = 51.4%
G = 37.43%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B88628 (or 0xB88628) is known color: Nugget. HEX triplet: B8, 86 and 28. RGB value is (184,134,40). Sum of RGB (Red+Green+Blue) = 184+134+40=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B88628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88628 is #4779D7. Grayscale: #8A8A8A. Windows color (decimal): -4684248 or 2655928. OLE color: 2655928.

HSL color Cylindrical-coordinate representation of color #B88628: hue angle of 39.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B88628 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 134 40 -
CMYK 0 0.27 0.78 0.28
HSL 39.17º 0.64% 0.44% -
HSV(B) 39.17º 0.78% 0.72% -
XYZ 28.68 27.39 5.78 -
YUV 138.23 72.57 160.64 -
System Red Green Blue C M Y K H S L
Decimal 184 134 40 0 0.27 0.78 0.28 39.17 0.64 0.44
Hex B8 86 28 0 1B 4E 1C 27 40 2C
Octal 270 206 50 0 33 116 34 47 100 54
Binary 10111000 10000110 101000 0 11011 1001110 11100 100111 1000000 101100

Color Harmonies of #B88628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88628

Black with #B88628

Text Example


Text Example

White with #B88628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88628; }

 p { color: rgb(184,134,40); }

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

background-color css

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

 a { background-color: rgb(184,134,40); }

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

border-color css

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

 span { border-color: rgb(184,134,40); }

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