Html Css Color HEX #B68C25 Nugget

📋 copy color: '#B68C25'

red 182 ◦ green 140 ◦ blue 37

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

Shades of Nugget #B68C25

Tints of Nugget #B68C25

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39%

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

R = 50.7%
G = 39%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B68C25 (or 0xB68C25) is known color: Nugget. HEX triplet: B6, 8C and 25. RGB value is (182,140,37). Sum of RGB (Red+Green+Blue) = 182+140+37=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68C25 is #4973DA. Grayscale: #8D8D8D. Windows color (decimal): -4813787 or 2460854. OLE color: 2460854.

HSL color Cylindrical-coordinate representation of color #B68C25: hue angle of 42.62º 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 #B68C25 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 140 37 -
CMYK 0 0.23 0.80 0.29
HSL 42.62º 0.66% 0.43% -
HSV(B) 42.62º 0.8% 0.71% -
XYZ 29 28.83 5.79 -
YUV 140.82 69.41 157.38 -
System Red Green Blue C M Y K H S L
Decimal 182 140 37 0 0.23 0.80 0.29 42.62 0.66 0.43
Hex B6 8C 25 0 17 50 1D 2B 42 2B
Octal 266 214 45 0 27 120 35 53 102 53
Binary 10110110 10001100 100101 0 10111 1010000 11101 101011 1000010 101011

Color Harmonies of #B68C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C25

Black with #B68C25

Text Example


Text Example

White with #B68C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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