Html Css Color HEX #B68725 Nugget

📋 copy color: '#B68725'

red 182 ◦ green 135 ◦ blue 37

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

Shades of Nugget #B68725

Tints of Nugget #B68725

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.14%

 BLUE value IS 37 (14.84% from 255) = 10.45%

R = 51.41%
G = 38.14%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B68725 (or 0xB68725) is known color: Nugget. HEX triplet: B6, 87 and 25. RGB value is (182,135,37). Sum of RGB (Red+Green+Blue) = 182+135+37=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B68725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68725 is #4978DA. Grayscale: #8A8A8A. Windows color (decimal): -4815067 or 2459574. OLE color: 2459574.

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

Color convert

RGB 182 135 37 -
CMYK 0 0.26 0.80 0.29
HSL 40.55º 0.66% 0.43% -
HSV(B) 40.55º 0.8% 0.71% -
XYZ 28.29 27.41 5.55 -
YUV 137.88 71.07 159.47 -
System Red Green Blue C M Y K H S L
Decimal 182 135 37 0 0.26 0.80 0.29 40.55 0.66 0.43
Hex B6 87 25 0 1A 50 1D 29 42 2B
Octal 266 207 45 0 32 120 35 51 102 53
Binary 10110110 10000111 100101 0 11010 1010000 11101 101001 1000010 101011

Color Harmonies of #B68725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68725

Black with #B68725

Text Example


Text Example

White with #B68725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68725; }

 p { color: rgb(182,135,37); }

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

background-color css

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

 a { background-color: rgb(182,135,37); }

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

border-color css

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

 span { border-color: rgb(182,135,37); }

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