Html Css Color HEX #B78B2B Nugget

📋 copy color: '#B78B2B'

red 183 ◦ green 139 ◦ blue 43

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

Shades of Nugget #B78B2B

Tints of Nugget #B78B2B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.08%

 BLUE value IS 43 (17.19% from 255) = 11.78%

R = 50.14%
G = 38.08%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B78B2B (or 0xB78B2B) is known color: Nugget. HEX triplet: B7, 8B and 2B. RGB value is (183,139,43). Sum of RGB (Red+Green+Blue) = 183+139+43=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78B2B is #4874D4. Grayscale: #8D8D8D. Windows color (decimal): -4748501 or 2853815. OLE color: 2853815.

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

Color convert

RGB 183 139 43 -
CMYK 0 0.24 0.77 0.28
HSL 41.14º 0.62% 0.44% -
HSV(B) 41.14º 0.77% 0.72% -
XYZ 29.2 28.71 6.29 -
YUV 141.21 72.58 157.81 -
System Red Green Blue C M Y K H S L
Decimal 183 139 43 0 0.24 0.77 0.28 41.14 0.62 0.44
Hex B7 8B 2B 0 18 4D 1C 29 3E 2C
Octal 267 213 53 0 30 115 34 51 76 54
Binary 10110111 10001011 101011 0 11000 1001101 11100 101001 111110 101100

Color Harmonies of #B78B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78B2B

Black with #B78B2B

Text Example


Text Example

White with #B78B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78B2B; }

 p { color: rgb(183,139,43); }

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

background-color css

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

 a { background-color: rgb(183,139,43); }

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

border-color css

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

 span { border-color: rgb(183,139,43); }

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