Html Css Color HEX #B68F28 Nugget

📋 copy color: '#B68F28'

red 182 ◦ green 143 ◦ blue 40

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

Shades of Nugget #B68F28

Tints of Nugget #B68F28

RGB

 RED value IS 182 (71.48% from 255) = 49.86%

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

 BLUE value IS 40 (16.02% from 255) = 10.96%

R = 49.86%
G = 39.18%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B68F28 (or 0xB68F28) is known color: Nugget. HEX triplet: B6, 8F and 28. RGB value is (182,143,40). Sum of RGB (Red+Green+Blue) = 182+143+40=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F28 is #4970D7. Grayscale: #8F8F8F. Windows color (decimal): -4813016 or 2658230. OLE color: 2658230.

HSL color Cylindrical-coordinate representation of color #B68F28: hue angle of 43.52º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B68F28 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 143 40 -
CMYK 0 0.21 0.78 0.29
HSL 43.52º 0.64% 0.44% -
HSV(B) 43.52º 0.78% 0.71% -
XYZ 29.5 29.74 6.19 -
YUV 142.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 182 143 40 0 0.21 0.78 0.29 43.52 0.64 0.44
Hex B6 8F 28 0 15 4E 1D 2C 40 2C
Octal 266 217 50 0 25 116 35 54 100 54
Binary 10110110 10001111 101000 0 10101 1001110 11101 101100 1000000 101100

Color Harmonies of #B68F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F28

Black with #B68F28

Text Example


Text Example

White with #B68F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F28; }

 p { color: rgb(182,143,40); }

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

background-color css

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

 a { background-color: rgb(182,143,40); }

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

border-color css

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

 span { border-color: rgb(182,143,40); }

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