Html Css Color HEX #BB8B3A Marigold

📋 copy color: '#BB8B3A'

red 187 ◦ green 139 ◦ blue 58

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

Shades of Marigold #BB8B3A

Tints of Marigold #BB8B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.1%

R = 48.7%
G = 36.2%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB8B3A (or 0xBB8B3A) is known color: Marigold. HEX triplet: BB, 8B and 3A. RGB value is (187,139,58). Sum of RGB (Red+Green+Blue) = 187+139+58=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B3A is #4474C5. Grayscale: #909090. Windows color (decimal): -4486342 or 3836859. OLE color: 3836859.

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

Color convert

RGB 187 139 58 -
CMYK 0 0.26 0.69 0.27
HSL 37.67º 0.53% 0.48% -
HSV(B) 37.67º 0.69% 0.73% -
XYZ 30.49 29.34 8.06 -
YUV 144.12 79.4 158.59 -
System Red Green Blue C M Y K H S L
Decimal 187 139 58 0 0.26 0.69 0.27 37.67 0.53 0.48
Hex BB 8B 3A 0 1A 45 1B 26 35 30
Octal 273 213 72 0 32 105 33 46 65 60
Binary 10111011 10001011 111010 0 11010 1000101 11011 100110 110101 110000

Color Harmonies of #BB8B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B3A

Black with #BB8B3A

Text Example


Text Example

White with #BB8B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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