Html Css Color HEX #B7881D Nugget

📋 copy color: '#B7881D'

red 183 ◦ green 136 ◦ blue 29

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

Shades of Nugget #B7881D

Tints of Nugget #B7881D

RGB

 RED value IS 183 (71.88% from 255) = 52.59%

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

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

R = 52.59%
G = 39.08%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7881D (or 0xB7881D) is known color: Nugget. HEX triplet: B7, 88 and 1D. RGB value is (183,136,29). Sum of RGB (Red+Green+Blue) = 183+136+29=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7881D is #4877E2. Grayscale: #8A8A8A. Windows color (decimal): -4749283 or 1935543. OLE color: 1935543.

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

Color convert

RGB 183 136 29 -
CMYK 0 0.26 0.84 0.28
HSL 41.69º 0.73% 0.42% -
HSV(B) 41.69º 0.84% 0.72% -
XYZ 28.55 27.76 5.02 -
YUV 137.86 66.57 160.2 -
System Red Green Blue C M Y K H S L
Decimal 183 136 29 0 0.26 0.84 0.28 41.69 0.73 0.42
Hex B7 88 1D 0 1A 54 1C 2A 49 2A
Octal 267 210 35 0 32 124 34 52 111 52
Binary 10110111 10001000 11101 0 11010 1010100 11100 101010 1001001 101010

Color Harmonies of #B7881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7881D

Black with #B7881D

Text Example


Text Example

White with #B7881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7881D; }

 p { color: rgb(183,136,29); }

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

background-color css

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

 a { background-color: rgb(183,136,29); }

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

border-color css

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

 span { border-color: rgb(183,136,29); }

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