Html Css Color HEX #BB901E Nugget

📋 copy color: '#BB901E'

red 187 ◦ green 144 ◦ blue 30

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

Shades of Nugget #BB901E

Tints of Nugget #BB901E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

 BLUE value IS 30 (12.11% from 255) = 8.31%

R = 51.8%
G = 39.89%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB901E (or 0xBB901E) is known color: Nugget. HEX triplet: BB, 90 and 1E. RGB value is (187,144,30). Sum of RGB (Red+Green+Blue) = 187+144+30=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB901E is #446FE1. Grayscale: #909090. Windows color (decimal): -4485090 or 2003131. OLE color: 2003131.

HSL color Cylindrical-coordinate representation of color #BB901E: hue angle of 43.57º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB901E is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 144 30 -
CMYK 0 0.23 0.84 0.27
HSL 43.57º 0.72% 0.43% -
HSV(B) 43.57º 0.84% 0.73% -
XYZ 30.7 30.61 5.52 -
YUV 143.86 63.75 158.77 -
System Red Green Blue C M Y K H S L
Decimal 187 144 30 0 0.23 0.84 0.27 43.57 0.72 0.43
Hex BB 90 1E 0 17 54 1B 2C 48 2B
Octal 273 220 36 0 27 124 33 54 110 53
Binary 10111011 10010000 11110 0 10111 1010100 11011 101100 1001000 101011

Color Harmonies of #BB901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB901E

Black with #BB901E

Text Example


Text Example

White with #BB901E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB901E; }

 p { color: rgb(187,144,30); }

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

background-color css

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

 a { background-color: rgb(187,144,30); }

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

border-color css

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

 span { border-color: rgb(187,144,30); }

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