Html Css Color HEX #B68E1F Nugget

📋 copy color: '#B68E1F'

red 182 ◦ green 142 ◦ blue 31

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

Shades of Nugget #B68E1F

Tints of Nugget #B68E1F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40%

 BLUE value IS 31 (12.5% from 255) = 8.73%

R = 51.27%
G = 40%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B68E1F (or 0xB68E1F) is known color: Nugget. HEX triplet: B6, 8E and 1F. RGB value is (182,142,31). Sum of RGB (Red+Green+Blue) = 182+142+31=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E1F is #4971E0. Grayscale: #8D8D8D. Windows color (decimal): -4813281 or 2068150. OLE color: 2068150.

HSL color Cylindrical-coordinate representation of color #B68E1F: hue angle of 44.11º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B68E1F is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 142 31 -
CMYK 0 0.22 0.83 0.29
HSL 44.11º 0.71% 0.42% -
HSV(B) 44.11º 0.83% 0.71% -
XYZ 29.21 29.39 5.43 -
YUV 141.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 182 142 31 0 0.22 0.83 0.29 44.11 0.71 0.42
Hex B6 8E 1F 0 16 53 1D 2C 47 2A
Octal 266 216 37 0 26 123 35 54 107 52
Binary 10110110 10001110 11111 0 10110 1010011 11101 101100 1000111 101010

Color Harmonies of #B68E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E1F

Black with #B68E1F

Text Example


Text Example

White with #B68E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E1F; }

 p { color: rgb(182,142,31); }

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

background-color css

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

 a { background-color: rgb(182,142,31); }

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

border-color css

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

 span { border-color: rgb(182,142,31); }

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