Html Css Color HEX #BB8F1D Nugget

📋 copy color: '#BB8F1D'

red 187 ◦ green 143 ◦ blue 29

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

Shades of Nugget #BB8F1D

Tints of Nugget #BB8F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.08%

R = 52.09%
G = 39.83%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB8F1D (or 0xBB8F1D) is known color: Nugget. HEX triplet: BB, 8F and 1D. RGB value is (187,143,29). Sum of RGB (Red+Green+Blue) = 187+143+29=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F1D is #4470E2. Grayscale: #8F8F8F. Windows color (decimal): -4485347 or 1937339. OLE color: 1937339.

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

Color convert

RGB 187 143 29 -
CMYK 0 0.24 0.84 0.27
HSL 43.29º 0.73% 0.42% -
HSV(B) 43.29º 0.84% 0.73% -
XYZ 30.54 30.3 5.4 -
YUV 143.16 63.58 159.27 -
System Red Green Blue C M Y K H S L
Decimal 187 143 29 0 0.24 0.84 0.27 43.29 0.73 0.42
Hex BB 8F 1D 0 18 54 1B 2B 49 2A
Octal 273 217 35 0 30 124 33 53 111 52
Binary 10111011 10001111 11101 0 11000 1010100 11011 101011 1001001 101010

Color Harmonies of #BB8F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F1D

Black with #BB8F1D

Text Example


Text Example

White with #BB8F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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