Html Css Color HEX #BB8D3D Marigold

📋 copy color: '#BB8D3D'

red 187 ◦ green 141 ◦ blue 61

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

Shades of Marigold #BB8D3D

Tints of Marigold #BB8D3D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.25%

 BLUE value IS 61 (24.22% from 255) = 15.68%

R = 48.07%
G = 36.25%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB8D3D (or 0xBB8D3D) is known color: Marigold. HEX triplet: BB, 8D and 3D. RGB value is (187,141,61). Sum of RGB (Red+Green+Blue) = 187+141+61=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8D3D is #4472C2. Grayscale: #929292. Windows color (decimal): -4485827 or 4033979. OLE color: 4033979.

HSL color Cylindrical-coordinate representation of color #BB8D3D: hue angle of 38.1º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB8D3D is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 141 61 -
CMYK 0 0.25 0.67 0.27
HSL 38.1º 0.51% 0.49% -
HSV(B) 38.1º 0.67% 0.73% -
XYZ 30.86 29.95 8.57 -
YUV 145.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 187 141 61 0 0.25 0.67 0.27 38.1 0.51 0.49
Hex BB 8D 3D 0 19 43 1B 26 33 31
Octal 273 215 75 0 31 103 33 46 63 61
Binary 10111011 10001101 111101 0 11001 1000011 11011 100110 110011 110001

Color Harmonies of #BB8D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D3D

Black with #BB8D3D

Text Example


Text Example

White with #BB8D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D3D; }

 p { color: rgb(187,141,61); }

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

background-color css

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

 a { background-color: rgb(187,141,61); }

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

border-color css

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

 span { border-color: rgb(187,141,61); }

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