Html Css Color HEX #BB8F1F Nugget

📋 copy color: '#BB8F1F'

red 187 ◦ green 143 ◦ blue 31

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

Shades of Nugget #BB8F1F

Tints of Nugget #BB8F1F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.61%

 BLUE value IS 31 (12.5% from 255) = 8.59%

R = 51.8%
G = 39.61%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB8F1F (or 0xBB8F1F) is known color: Nugget. HEX triplet: BB, 8F and 1F. RGB value is (187,143,31). Sum of RGB (Red+Green+Blue) = 187+143+31=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F1F is #4470E0. Grayscale: #8F8F8F. Windows color (decimal): -4485345 or 2068411. OLE color: 2068411.

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

Color convert

RGB 187 143 31 -
CMYK 0 0.24 0.83 0.27
HSL 43.08º 0.72% 0.43% -
HSV(B) 43.08º 0.83% 0.73% -
XYZ 30.56 30.31 5.54 -
YUV 143.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 187 143 31 0 0.24 0.83 0.27 43.08 0.72 0.43
Hex BB 8F 1F 0 18 53 1B 2B 48 2B
Octal 273 217 37 0 30 123 33 53 110 53
Binary 10111011 10001111 11111 0 11000 1010011 11011 101011 1001000 101011

Color Harmonies of #BB8F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F1F

Black with #BB8F1F

Text Example


Text Example

White with #BB8F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F1F; }

 p { color: rgb(187,143,31); }

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

background-color css

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

 a { background-color: rgb(187,143,31); }

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

border-color css

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

 span { border-color: rgb(187,143,31); }

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