Html Css Color HEX #B78C2C Nugget

📋 copy color: '#B78C2C'

red 183 ◦ green 140 ◦ blue 44

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

Shades of Nugget #B78C2C

Tints of Nugget #B78C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.99%

R = 49.86%
G = 38.15%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B78C2C (or 0xB78C2C) is known color: Nugget. HEX triplet: B7, 8C and 2C. RGB value is (183,140,44). Sum of RGB (Red+Green+Blue) = 183+140+44=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78C2C is #4873D3. Grayscale: #8E8E8E. Windows color (decimal): -4748244 or 2919607. OLE color: 2919607.

HSL color Cylindrical-coordinate representation of color #B78C2C: hue angle of 41.44º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B78C2C is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 140 44 -
CMYK 0 0.23 0.76 0.28
HSL 41.44º 0.61% 0.45% -
HSV(B) 41.44º 0.76% 0.72% -
XYZ 29.36 29.01 6.43 -
YUV 141.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 183 140 44 0 0.23 0.76 0.28 41.44 0.61 0.45
Hex B7 8C 2C 0 17 4C 1C 29 3D 2D
Octal 267 214 54 0 27 114 34 51 75 55
Binary 10110111 10001100 101100 0 10111 1001100 11100 101001 111101 101101

Color Harmonies of #B78C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78C2C

Black with #B78C2C

Text Example


Text Example

White with #B78C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78C2C; }

 p { color: rgb(183,140,44); }

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

background-color css

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

 a { background-color: rgb(183,140,44); }

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

border-color css

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

 span { border-color: rgb(183,140,44); }

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