Html Css Color HEX #B88826 Nugget

📋 copy color: '#B88826'

red 184 ◦ green 136 ◦ blue 38

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

Shades of Nugget #B88826

Tints of Nugget #B88826

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.99%

 BLUE value IS 38 (15.23% from 255) = 10.61%

R = 51.4%
G = 37.99%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B88826 (or 0xB88826) is known color: Nugget. HEX triplet: B8, 88 and 26. RGB value is (184,136,38). Sum of RGB (Red+Green+Blue) = 184+136+38=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B88826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88826 is #4777D9. Grayscale: #8B8B8B. Windows color (decimal): -4683738 or 2525368. OLE color: 2525368.

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

Color convert

RGB 184 136 38 -
CMYK 0 0.26 0.79 0.28
HSL 40.27º 0.66% 0.44% -
HSV(B) 40.27º 0.79% 0.72% -
XYZ 28.92 27.94 5.7 -
YUV 139.18 70.9 159.97 -
System Red Green Blue C M Y K H S L
Decimal 184 136 38 0 0.26 0.79 0.28 40.27 0.66 0.44
Hex B8 88 26 0 1A 4F 1C 28 42 2C
Octal 270 210 46 0 32 117 34 50 102 54
Binary 10111000 10001000 100110 0 11010 1001111 11100 101000 1000010 101100

Color Harmonies of #B88826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88826

Black with #B88826

Text Example


Text Example

White with #B88826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88826; }

 p { color: rgb(184,136,38); }

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

background-color css

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

 a { background-color: rgb(184,136,38); }

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

border-color css

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

 span { border-color: rgb(184,136,38); }

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