Html Css Color HEX #BB8237 Marigold

📋 copy color: '#BB8237'

red 187 ◦ green 130 ◦ blue 55

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

Shades of Marigold #BB8237

Tints of Marigold #BB8237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.95%

 BLUE value IS 55 (21.88% from 255) = 14.78%

R = 50.27%
G = 34.95%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB8237 (or 0xBB8237) is known color: Marigold. HEX triplet: BB, 82 and 37. RGB value is (187,130,55). Sum of RGB (Red+Green+Blue) = 187+130+55=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8237 is #447DC8. Grayscale: #8A8A8A. Windows color (decimal): -4488649 or 3637947. OLE color: 3637947.

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

Color convert

RGB 187 130 55 -
CMYK 0 0.30 0.71 0.27
HSL 34.09º 0.55% 0.47% -
HSV(B) 34.09º 0.71% 0.73% -
XYZ 29.17 26.81 7.25 -
YUV 138.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 187 130 55 0 0.30 0.71 0.27 34.09 0.55 0.47
Hex BB 82 37 0 1E 47 1B 22 37 2F
Octal 273 202 67 0 36 107 33 42 67 57
Binary 10111011 10000010 110111 0 11110 1000111 11011 100010 110111 101111

Color Harmonies of #BB8237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8237

Black with #BB8237

Text Example


Text Example

White with #BB8237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8237; }

 p { color: rgb(187,130,55); }

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

background-color css

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

 a { background-color: rgb(187,130,55); }

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

border-color css

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

 span { border-color: rgb(187,130,55); }

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