Html Css Color HEX #BB8535 Marigold

📋 copy color: '#BB8535'

red 187 ◦ green 133 ◦ blue 53

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

Shades of Marigold #BB8535

Tints of Marigold #BB8535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.66%

 BLUE value IS 53 (21.09% from 255) = 14.21%

R = 50.13%
G = 35.66%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB8535 (or 0xBB8535) is known color: Marigold. HEX triplet: BB, 85 and 35. RGB value is (187,133,53). Sum of RGB (Red+Green+Blue) = 187+133+53=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8535 is #447ACA. Grayscale: #8C8C8C. Windows color (decimal): -4487883 or 3507643. OLE color: 3507643.

HSL color Cylindrical-coordinate representation of color #BB8535: hue angle of 35.82º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB8535 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 133 53 -
CMYK 0 0.29 0.72 0.27
HSL 35.82º 0.56% 0.47% -
HSV(B) 35.82º 0.72% 0.73% -
XYZ 29.52 27.6 7.14 -
YUV 140.03 78.89 161.5 -
System Red Green Blue C M Y K H S L
Decimal 187 133 53 0 0.29 0.72 0.27 35.82 0.56 0.47
Hex BB 85 35 0 1D 48 1B 24 38 2F
Octal 273 205 65 0 35 110 33 44 70 57
Binary 10111011 10000101 110101 0 11101 1001000 11011 100100 111000 101111

Color Harmonies of #BB8535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8535

Black with #BB8535

Text Example


Text Example

White with #BB8535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8535; }

 p { color: rgb(187,133,53); }

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

background-color css

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

 a { background-color: rgb(187,133,53); }

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

border-color css

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

 span { border-color: rgb(187,133,53); }

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