Html Css Color HEX #B38725 Nugget

📋 copy color: '#B38725'

red 179 ◦ green 135 ◦ blue 37

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

Shades of Nugget #B38725

Tints of Nugget #B38725

RGB

 RED value IS 179 (70.31% from 255) = 51%

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

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

R = 51%
G = 38.46%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B38725 (or 0xB38725) is known color: Nugget. HEX triplet: B3, 87 and 25. RGB value is (179,135,37). Sum of RGB (Red+Green+Blue) = 179+135+37=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B38725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38725 is #4C78DA. Grayscale: #898989. Windows color (decimal): -5011675 or 2459571. OLE color: 2459571.

HSL color Cylindrical-coordinate representation of color #B38725: hue angle of 41.41º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B38725 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 135 37 -
CMYK 0 0.25 0.79 0.30
HSL 41.41º 0.66% 0.42% -
HSV(B) 41.41º 0.79% 0.7% -
XYZ 27.59 27.05 5.52 -
YUV 136.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 179 135 37 0 0.25 0.79 0.30 41.41 0.66 0.42
Hex B3 87 25 0 19 4F 1E 29 42 2A
Octal 263 207 45 0 31 117 36 51 102 52
Binary 10110011 10000111 100101 0 11001 1001111 11110 101001 1000010 101010

Color Harmonies of #B38725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38725

Black with #B38725

Text Example


Text Example

White with #B38725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38725; }

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

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

background-color css

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

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

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

border-color css

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

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

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