Html Css Color HEX #BB8B3C Marigold

📋 copy color: '#BB8B3C'

red 187 ◦ green 139 ◦ blue 60

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

Shades of Marigold #BB8B3C

Tints of Marigold #BB8B3C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.01%

 BLUE value IS 60 (23.83% from 255) = 15.54%

R = 48.45%
G = 36.01%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB8B3C (or 0xBB8B3C) is known color: Marigold. HEX triplet: BB, 8B and 3C. RGB value is (187,139,60). Sum of RGB (Red+Green+Blue) = 187+139+60=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B3C is #4474C3. Grayscale: #909090. Windows color (decimal): -4486340 or 3967931. OLE color: 3967931.

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

Color convert

RGB 187 139 60 -
CMYK 0 0.26 0.68 0.27
HSL 37.32º 0.51% 0.48% -
HSV(B) 37.32º 0.68% 0.73% -
XYZ 30.54 29.36 8.33 -
YUV 144.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 187 139 60 0 0.26 0.68 0.27 37.32 0.51 0.48
Hex BB 8B 3C 0 1A 44 1B 25 33 30
Octal 273 213 74 0 32 104 33 45 63 60
Binary 10111011 10001011 111100 0 11010 1000100 11011 100101 110011 110000

Color Harmonies of #BB8B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B3C

Black with #BB8B3C

Text Example


Text Example

White with #BB8B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B3C; }

 p { color: rgb(187,139,60); }

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

background-color css

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

 a { background-color: rgb(187,139,60); }

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

border-color css

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

 span { border-color: rgb(187,139,60); }

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