Html Css Color HEX #B68D25 Nugget

📋 copy color: '#B68D25'

red 182 ◦ green 141 ◦ blue 37

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

Shades of Nugget #B68D25

Tints of Nugget #B68D25

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.17%

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

R = 50.56%
G = 39.17%
B = 10.28%

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

#B68D25 (or 0xB68D25) is known color: Nugget. HEX triplet: B6, 8D and 25. RGB value is (182,141,37). Sum of RGB (Red+Green+Blue) = 182+141+37=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68D25 is #4972DA. Grayscale: #8D8D8D. Windows color (decimal): -4813531 or 2461110. OLE color: 2461110.

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

Color convert

RGB 182 141 37 -
CMYK 0 0.23 0.80 0.29
HSL 43.03º 0.66% 0.43% -
HSV(B) 43.03º 0.8% 0.71% -
XYZ 29.15 29.13 5.84 -
YUV 141.4 69.08 156.96 -
System Red Green Blue C M Y K H S L
Decimal 182 141 37 0 0.23 0.80 0.29 43.03 0.66 0.43
Hex B6 8D 25 0 17 50 1D 2B 42 2B
Octal 266 215 45 0 27 120 35 53 102 53
Binary 10110110 10001101 100101 0 10111 1010000 11101 101011 1000010 101011

Color Harmonies of #B68D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68D25

Black with #B68D25

Text Example


Text Example

White with #B68D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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