Html Css Color HEX #B88F25 Nugget

📋 copy color: '#B88F25'

red 184 ◦ green 143 ◦ blue 37

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

Shades of Nugget #B88F25

Tints of Nugget #B88F25

RGB

 RED value IS 184 (72.27% from 255) = 50.55%

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

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

R = 50.55%
G = 39.29%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B88F25 (or 0xB88F25) is known color: Nugget. HEX triplet: B8, 8F and 25. RGB value is (184,143,37). Sum of RGB (Red+Green+Blue) = 184+143+37=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88F25 is #4770DA. Grayscale: #8F8F8F. Windows color (decimal): -4681947 or 2461624. OLE color: 2461624.

HSL color Cylindrical-coordinate representation of color #B88F25: hue angle of 43.27º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B88F25 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 143 37 -
CMYK 0 0.22 0.80 0.28
HSL 43.27º 0.67% 0.43% -
HSV(B) 43.27º 0.8% 0.72% -
XYZ 29.92 29.97 5.96 -
YUV 143.18 68.08 157.12 -
System Red Green Blue C M Y K H S L
Decimal 184 143 37 0 0.22 0.80 0.28 43.27 0.67 0.43
Hex B8 8F 25 0 16 50 1C 2B 43 2B
Octal 270 217 45 0 26 120 34 53 103 53
Binary 10111000 10001111 100101 0 10110 1010000 11100 101011 1000011 101011

Color Harmonies of #B88F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88F25

Black with #B88F25

Text Example


Text Example

White with #B88F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88F25; }

 p { color: rgb(184,143,37); }

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

background-color css

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

 a { background-color: rgb(184,143,37); }

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

border-color css

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

 span { border-color: rgb(184,143,37); }

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