Html Css Color HEX #BB8628 Nugget

📋 copy color: '#BB8628'

red 187 ◦ green 134 ◦ blue 40

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

Shades of Nugget #BB8628

Tints of Nugget #BB8628

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.12%

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 51.8%
G = 37.12%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB8628 (or 0xBB8628) is known color: Nugget. HEX triplet: BB, 86 and 28. RGB value is (187,134,40). Sum of RGB (Red+Green+Blue) = 187+134+40=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8628 is #4479D7. Grayscale: #8B8B8B. Windows color (decimal): -4487640 or 2655931. OLE color: 2655931.

HSL color Cylindrical-coordinate representation of color #BB8628: hue angle of 38.37º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB8628 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 134 40 -
CMYK 0 0.28 0.79 0.27
HSL 38.37º 0.65% 0.45% -
HSV(B) 38.37º 0.79% 0.73% -
XYZ 29.4 27.77 5.82 -
YUV 139.13 72.06 162.14 -
System Red Green Blue C M Y K H S L
Decimal 187 134 40 0 0.28 0.79 0.27 38.37 0.65 0.45
Hex BB 86 28 0 1C 4F 1B 26 41 2D
Octal 273 206 50 0 34 117 33 46 101 55
Binary 10111011 10000110 101000 0 11100 1001111 11011 100110 1000001 101101

Color Harmonies of #BB8628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8628

Black with #BB8628

Text Example


Text Example

White with #BB8628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8628; }

 p { color: rgb(187,134,40); }

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

background-color css

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

 a { background-color: rgb(187,134,40); }

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

border-color css

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

 span { border-color: rgb(187,134,40); }

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