Html Css Color HEX #B78629 Nugget

📋 copy color: '#B78629'

red 183 ◦ green 134 ◦ blue 41

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

Shades of Nugget #B78629

Tints of Nugget #B78629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.45%

R = 51.12%
G = 37.43%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B78629 (or 0xB78629) is known color: Nugget. HEX triplet: B7, 86 and 29. RGB value is (183,134,41). Sum of RGB (Red+Green+Blue) = 183+134+41=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B78629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78629 is #4879D6. Grayscale: #8A8A8A. Windows color (decimal): -4749783 or 2721463. OLE color: 2721463.

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

Color convert

RGB 183 134 41 -
CMYK 0 0.27 0.78 0.28
HSL 39.3º 0.63% 0.44% -
HSV(B) 39.3º 0.78% 0.72% -
XYZ 28.45 27.28 5.86 -
YUV 138.05 73.23 160.06 -
System Red Green Blue C M Y K H S L
Decimal 183 134 41 0 0.27 0.78 0.28 39.3 0.63 0.44
Hex B7 86 29 0 1B 4E 1C 27 3F 2C
Octal 267 206 51 0 33 116 34 47 77 54
Binary 10110111 10000110 101001 0 11011 1001110 11100 100111 111111 101100

Color Harmonies of #B78629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78629

Black with #B78629

Text Example


Text Example

White with #B78629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78629; }

 p { color: rgb(183,134,41); }

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

background-color css

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

 a { background-color: rgb(183,134,41); }

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

border-color css

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

 span { border-color: rgb(183,134,41); }

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