Html Css Color HEX #BB8926 Nugget

📋 copy color: '#BB8926'

red 187 ◦ green 137 ◦ blue 38

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

Shades of Nugget #BB8926

Tints of Nugget #BB8926

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.85%

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

R = 51.66%
G = 37.85%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB8926 (or 0xBB8926) is known color: Nugget. HEX triplet: BB, 89 and 26. RGB value is (187,137,38). Sum of RGB (Red+Green+Blue) = 187+137+38=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8926 is #4476D9. Grayscale: #8D8D8D. Windows color (decimal): -4486874 or 2525627. OLE color: 2525627.

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

Color convert

RGB 187 137 38 -
CMYK 0 0.27 0.80 0.27
HSL 39.87º 0.66% 0.44% -
HSV(B) 39.87º 0.8% 0.73% -
XYZ 29.79 28.6 5.78 -
YUV 140.66 70.07 161.05 -
System Red Green Blue C M Y K H S L
Decimal 187 137 38 0 0.27 0.80 0.27 39.87 0.66 0.44
Hex BB 89 26 0 1B 50 1B 28 42 2C
Octal 273 211 46 0 33 120 33 50 102 54
Binary 10111011 10001001 100110 0 11011 1010000 11011 101000 1000010 101100

Color Harmonies of #BB8926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8926

Black with #BB8926

Text Example


Text Example

White with #BB8926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8926; }

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

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

background-color css

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

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

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

border-color css

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

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

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