Html Css Color HEX #B88A1D Nugget

📋 copy color: '#B88A1D'

red 184 ◦ green 138 ◦ blue 29

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

Shades of Nugget #B88A1D

Tints of Nugget #B88A1D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.32%

 BLUE value IS 29 (11.72% from 255) = 8.26%

R = 52.42%
G = 39.32%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B88A1D (or 0xB88A1D) is known color: Nugget. HEX triplet: B8, 8A and 1D. RGB value is (184,138,29). Sum of RGB (Red+Green+Blue) = 184+138+29=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A1D is #4775E2. Grayscale: #8B8B8B. Windows color (decimal): -4683235 or 1936056. OLE color: 1936056.

HSL color Cylindrical-coordinate representation of color #B88A1D: hue angle of 42.19º degrees, saturation: 0.73, 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 #B88A1D is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 138 29 -
CMYK 0 0.25 0.84 0.28
HSL 42.19º 0.73% 0.42% -
HSV(B) 42.19º 0.84% 0.72% -
XYZ 29.08 28.46 5.12 -
YUV 139.33 65.74 159.86 -
System Red Green Blue C M Y K H S L
Decimal 184 138 29 0 0.25 0.84 0.28 42.19 0.73 0.42
Hex B8 8A 1D 0 19 54 1C 2A 49 2A
Octal 270 212 35 0 31 124 34 52 111 52
Binary 10111000 10001010 11101 0 11001 1010100 11100 101010 1001001 101010

Color Harmonies of #B88A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88A1D

Black with #B88A1D

Text Example


Text Example

White with #B88A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88A1D; }

 p { color: rgb(184,138,29); }

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

background-color css

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

 a { background-color: rgb(184,138,29); }

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

border-color css

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

 span { border-color: rgb(184,138,29); }

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