Html Css Color HEX #BB8C1E Nugget

📋 copy color: '#BB8C1E'

red 187 ◦ green 140 ◦ blue 30

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

Shades of Nugget #BB8C1E

Tints of Nugget #BB8C1E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.22%

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

R = 52.38%
G = 39.22%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB8C1E (or 0xBB8C1E) is known color: Nugget. HEX triplet: BB, 8C and 1E. RGB value is (187,140,30). Sum of RGB (Red+Green+Blue) = 187+140+30=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C1E is #4473E1. Grayscale: #8E8E8E. Windows color (decimal): -4486114 or 2002107. OLE color: 2002107.

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

Color convert

RGB 187 140 30 -
CMYK 0 0.25 0.84 0.27
HSL 42.04º 0.72% 0.43% -
HSV(B) 42.04º 0.84% 0.73% -
XYZ 30.11 29.41 5.32 -
YUV 141.51 65.07 160.44 -
System Red Green Blue C M Y K H S L
Decimal 187 140 30 0 0.25 0.84 0.27 42.04 0.72 0.43
Hex BB 8C 1E 0 19 54 1B 2A 48 2B
Octal 273 214 36 0 31 124 33 52 110 53
Binary 10111011 10001100 11110 0 11001 1010100 11011 101010 1001000 101011

Color Harmonies of #BB8C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C1E

Black with #BB8C1E

Text Example


Text Example

White with #BB8C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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