Html Css Color HEX #BB8726 Nugget

📋 copy color: '#BB8726'

red 187 ◦ green 135 ◦ blue 38

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

Shades of Nugget #BB8726

Tints of Nugget #BB8726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.56%

R = 51.94%
G = 37.5%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB8726 (or 0xBB8726) is known color: Nugget. HEX triplet: BB, 87 and 26. RGB value is (187,135,38). Sum of RGB (Red+Green+Blue) = 187+135+38=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8726 is #4478D9. Grayscale: #8B8B8B. Windows color (decimal): -4487386 or 2525115. OLE color: 2525115.

HSL color Cylindrical-coordinate representation of color #BB8726: hue angle of 39.06º degrees, saturation: 0.66, 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 #BB8726 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 135 38 -
CMYK 0 0.28 0.80 0.27
HSL 39.06º 0.66% 0.44% -
HSV(B) 39.06º 0.8% 0.73% -
XYZ 29.51 28.03 5.69 -
YUV 139.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 187 135 38 0 0.28 0.80 0.27 39.06 0.66 0.44
Hex BB 87 26 0 1C 50 1B 27 42 2C
Octal 273 207 46 0 34 120 33 47 102 54
Binary 10111011 10000111 100110 0 11100 1010000 11011 100111 1000010 101100

Color Harmonies of #BB8726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8726

Black with #BB8726

Text Example


Text Example

White with #BB8726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8726; }

 p { color: rgb(187,135,38); }

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

background-color css

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

 a { background-color: rgb(187,135,38); }

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

border-color css

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

 span { border-color: rgb(187,135,38); }

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