Html Css Color HEX #B68F29 Nugget

📋 copy color: '#B68F29'

red 182 ◦ green 143 ◦ blue 41

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

Shades of Nugget #B68F29

Tints of Nugget #B68F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.2%

R = 49.73%
G = 39.07%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B68F29 (or 0xB68F29) is known color: Nugget. HEX triplet: B6, 8F and 29. RGB value is (182,143,41). Sum of RGB (Red+Green+Blue) = 182+143+41=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F29 is #4970D6. Grayscale: #8F8F8F. Windows color (decimal): -4813015 or 2723766. OLE color: 2723766.

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

Color convert

RGB 182 143 41 -
CMYK 0 0.21 0.77 0.29
HSL 43.4º 0.63% 0.44% -
HSV(B) 43.4º 0.77% 0.71% -
XYZ 29.51 29.75 6.28 -
YUV 143.03 70.42 155.79 -
System Red Green Blue C M Y K H S L
Decimal 182 143 41 0 0.21 0.77 0.29 43.4 0.63 0.44
Hex B6 8F 29 0 15 4D 1D 2B 3F 2C
Octal 266 217 51 0 25 115 35 53 77 54
Binary 10110110 10001111 101001 0 10101 1001101 11101 101011 111111 101100

Color Harmonies of #B68F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F29

Black with #B68F29

Text Example


Text Example

White with #B68F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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