Html Css Color HEX #B88C1E Nugget

📋 copy color: '#B88C1E'

red 184 ◦ green 140 ◦ blue 30

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

Shades of Nugget #B88C1E

Tints of Nugget #B88C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.47%

R = 51.98%
G = 39.55%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B88C1E (or 0xB88C1E) is known color: Nugget. HEX triplet: B8, 8C and 1E. RGB value is (184,140,30). Sum of RGB (Red+Green+Blue) = 184+140+30=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88C1E is #4773E1. Grayscale: #8D8D8D. Windows color (decimal): -4682722 or 2002104. OLE color: 2002104.

HSL color Cylindrical-coordinate representation of color #B88C1E: hue angle of 42.86º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B88C1E is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 140 30 -
CMYK 0 0.24 0.84 0.28
HSL 42.86º 0.72% 0.42% -
HSV(B) 42.86º 0.84% 0.72% -
XYZ 29.38 29.04 5.29 -
YUV 140.62 65.58 158.94 -
System Red Green Blue C M Y K H S L
Decimal 184 140 30 0 0.24 0.84 0.28 42.86 0.72 0.42
Hex B8 8C 1E 0 18 54 1C 2B 48 2A
Octal 270 214 36 0 30 124 34 53 110 52
Binary 10111000 10001100 11110 0 11000 1010100 11100 101011 1001000 101010

Color Harmonies of #B88C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88C1E

Black with #B88C1E

Text Example


Text Example

White with #B88C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88C1E; }

 p { color: rgb(184,140,30); }

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

background-color css

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

 a { background-color: rgb(184,140,30); }

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

border-color css

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

 span { border-color: rgb(184,140,30); }

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