Html Css Color HEX #B38F27 Nugget

📋 copy color: '#B38F27'

red 179 ◦ green 143 ◦ blue 39

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

Shades of Nugget #B38F27

Tints of Nugget #B38F27

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.61%

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

R = 49.58%
G = 39.61%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B38F27 (or 0xB38F27) is known color: Nugget. HEX triplet: B3, 8F and 27. RGB value is (179,143,39). Sum of RGB (Red+Green+Blue) = 179+143+39=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38F27 is #4C70D8. Grayscale: #8E8E8E. Windows color (decimal): -5009625 or 2592691. OLE color: 2592691.

HSL color Cylindrical-coordinate representation of color #B38F27: hue angle of 44.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B38F27 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 143 39 -
CMYK 0 0.20 0.78 0.30
HSL 44.57º 0.64% 0.43% -
HSV(B) 44.57º 0.78% 0.7% -
XYZ 28.78 29.38 6.07 -
YUV 141.91 69.93 154.46 -
System Red Green Blue C M Y K H S L
Decimal 179 143 39 0 0.20 0.78 0.30 44.57 0.64 0.43
Hex B3 8F 27 0 14 4E 1E 2D 40 2B
Octal 263 217 47 0 24 116 36 55 100 53
Binary 10110011 10001111 100111 0 10100 1001110 11110 101101 1000000 101011

Color Harmonies of #B38F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38F27

Black with #B38F27

Text Example


Text Example

White with #B38F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38F27; }

 p { color: rgb(179,143,39); }

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

background-color css

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

 a { background-color: rgb(179,143,39); }

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

border-color css

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

 span { border-color: rgb(179,143,39); }

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