Html Css Color HEX #B68627 Nugget

📋 copy color: '#B68627'

red 182 ◦ green 134 ◦ blue 39

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

Shades of Nugget #B68627

Tints of Nugget #B68627

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.75%

 BLUE value IS 39 (15.63% from 255) = 10.99%

R = 51.27%
G = 37.75%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B68627 (or 0xB68627) is known color: Nugget. HEX triplet: B6, 86 and 27. RGB value is (182,134,39). Sum of RGB (Red+Green+Blue) = 182+134+39=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B68627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68627 is #4979D8. Grayscale: #898989. Windows color (decimal): -4815321 or 2590390. OLE color: 2590390.

HSL color Cylindrical-coordinate representation of color #B68627: hue angle of 39.86º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B68627 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 39 -
CMYK 0 0.26 0.79 0.29
HSL 39.86º 0.65% 0.43% -
HSV(B) 39.86º 0.79% 0.71% -
XYZ 28.18 27.14 5.67 -
YUV 137.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 182 134 39 0 0.26 0.79 0.29 39.86 0.65 0.43
Hex B6 86 27 0 1A 4F 1D 28 41 2B
Octal 266 206 47 0 32 117 35 50 101 53
Binary 10110110 10000110 100111 0 11010 1001111 11101 101000 1000001 101011

Color Harmonies of #B68627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68627

Black with #B68627

Text Example


Text Example

White with #B68627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68627; }

 p { color: rgb(182,134,39); }

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

background-color css

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

 a { background-color: rgb(182,134,39); }

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

border-color css

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

 span { border-color: rgb(182,134,39); }

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