Html Css Color HEX #B78F25 Nugget

📋 copy color: '#B78F25'

red 183 ◦ green 143 ◦ blue 37

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

Shades of Nugget #B78F25

Tints of Nugget #B78F25

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.39%

 BLUE value IS 37 (14.84% from 255) = 10.19%

R = 50.41%
G = 39.39%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B78F25 (or 0xB78F25) is known color: Nugget. HEX triplet: B7, 8F and 25. RGB value is (183,143,37). Sum of RGB (Red+Green+Blue) = 183+143+37=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78F25 is #4870DA. Grayscale: #8F8F8F. Windows color (decimal): -4747483 or 2461623. OLE color: 2461623.

HSL color Cylindrical-coordinate representation of color #B78F25: hue angle of 43.56º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B78F25 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 143 37 -
CMYK 0 0.22 0.80 0.28
HSL 43.56º 0.66% 0.43% -
HSV(B) 43.56º 0.8% 0.72% -
XYZ 29.68 29.85 5.95 -
YUV 142.88 68.25 156.62 -
System Red Green Blue C M Y K H S L
Decimal 183 143 37 0 0.22 0.80 0.28 43.56 0.66 0.43
Hex B7 8F 25 0 16 50 1C 2C 42 2B
Octal 267 217 45 0 26 120 34 54 102 53
Binary 10110111 10001111 100101 0 10110 1010000 11100 101100 1000010 101011

Color Harmonies of #B78F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78F25

Black with #B78F25

Text Example


Text Example

White with #B78F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78F25; }

 p { color: rgb(183,143,37); }

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

background-color css

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

 a { background-color: rgb(183,143,37); }

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

border-color css

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

 span { border-color: rgb(183,143,37); }

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