Html Css Color HEX #BB8525 Nugget

📋 copy color: '#BB8525'

red 187 ◦ green 133 ◦ blue 37

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

Shades of Nugget #BB8525

Tints of Nugget #BB8525

RGB

 RED value IS 187 (73.44% from 255) = 52.38%

 GREEN value IS 133 (52.34% from 255) = 37.25%

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

R = 52.38%
G = 37.25%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB8525 (or 0xBB8525) is known color: Nugget. HEX triplet: BB, 85 and 25. RGB value is (187,133,37). Sum of RGB (Red+Green+Blue) = 187+133+37=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8525 is #447ADA. Grayscale: #8A8A8A. Windows color (decimal): -4487899 or 2459067. OLE color: 2459067.

HSL color Cylindrical-coordinate representation of color #BB8525: hue angle of 38.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB8525 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 133 37 -
CMYK 0 0.29 0.80 0.27
HSL 38.4º 0.67% 0.44% -
HSV(B) 38.4º 0.8% 0.73% -
XYZ 29.21 27.47 5.51 -
YUV 138.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 187 133 37 0 0.29 0.80 0.27 38.4 0.67 0.44
Hex BB 85 25 0 1D 50 1B 26 43 2C
Octal 273 205 45 0 35 120 33 46 103 54
Binary 10111011 10000101 100101 0 11101 1010000 11011 100110 1000011 101100

Color Harmonies of #BB8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8525

Black with #BB8525

Text Example


Text Example

White with #BB8525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8525; }

 p { color: rgb(187,133,37); }

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

background-color css

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

 a { background-color: rgb(187,133,37); }

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

border-color css

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

 span { border-color: rgb(187,133,37); }

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