Html Css Color HEX #B88623 Nugget

📋 copy color: '#B88623'

red 184 ◦ green 134 ◦ blue 35

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

Shades of Nugget #B88623

Tints of Nugget #B88623

RGB

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

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

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

R = 52.12%
G = 37.96%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B88623 (or 0xB88623) is known color: Nugget. HEX triplet: B8, 86 and 23. RGB value is (184,134,35). Sum of RGB (Red+Green+Blue) = 184+134+35=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B88623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88623 is #4779DC. Grayscale: #8A8A8A. Windows color (decimal): -4684253 or 2328248. OLE color: 2328248.

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

Color convert

RGB 184 134 35 -
CMYK 0 0.27 0.81 0.28
HSL 39.87º 0.68% 0.43% -
HSV(B) 39.87º 0.81% 0.72% -
XYZ 28.6 27.36 5.36 -
YUV 137.66 70.07 161.05 -
System Red Green Blue C M Y K H S L
Decimal 184 134 35 0 0.27 0.81 0.28 39.87 0.68 0.43
Hex B8 86 23 0 1B 51 1C 28 44 2B
Octal 270 206 43 0 33 121 34 50 104 53
Binary 10111000 10000110 100011 0 11011 1010001 11100 101000 1000100 101011

Color Harmonies of #B88623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88623

Black with #B88623

Text Example


Text Example

White with #B88623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88623; }

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

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

background-color css

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

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

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

border-color css

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

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

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