Html Css Color HEX #B68F2C Nugget

📋 copy color: '#B68F2C'

red 182 ◦ green 143 ◦ blue 44

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

Shades of Nugget #B68F2C

Tints of Nugget #B68F2C

RGB

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

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

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

R = 49.32%
G = 38.75%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B68F2C (or 0xB68F2C) is known color: Nugget. HEX triplet: B6, 8F and 2C. RGB value is (182,143,44). Sum of RGB (Red+Green+Blue) = 182+143+44=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F2C is #4970D3. Grayscale: #8F8F8F. Windows color (decimal): -4813012 or 2920374. OLE color: 2920374.

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

Color convert

RGB 182 143 44 -
CMYK 0 0.21 0.76 0.29
HSL 43.04º 0.61% 0.44% -
HSV(B) 43.04º 0.76% 0.71% -
XYZ 29.57 29.77 6.57 -
YUV 143.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 182 143 44 0 0.21 0.76 0.29 43.04 0.61 0.44
Hex B6 8F 2C 0 15 4C 1D 2B 3D 2C
Octal 266 217 54 0 25 114 35 53 75 54
Binary 10110110 10001111 101100 0 10101 1001100 11101 101011 111101 101100

Color Harmonies of #B68F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F2C

Black with #B68F2C

Text Example


Text Example

White with #B68F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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