Html Css Color HEX #BB8F43 Marigold

📋 copy color: '#BB8F43'

red 187 ◦ green 143 ◦ blue 67

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

Shades of Marigold #BB8F43

Tints of Marigold #BB8F43

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.02%

 BLUE value IS 67 (26.56% from 255) = 16.88%

R = 47.1%
G = 36.02%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB8F43 (or 0xBB8F43) is known color: Marigold. HEX triplet: BB, 8F and 43. RGB value is (187,143,67). Sum of RGB (Red+Green+Blue) = 187+143+67=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F43 is #4470BC. Grayscale: #939393. Windows color (decimal): -4485309 or 4427707. OLE color: 4427707.

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

Color convert

RGB 187 143 67 -
CMYK 0 0.24 0.64 0.27
HSL 38º 0.47% 0.5% -
HSV(B) 38º 0.64% 0.73% -
XYZ 31.33 30.61 9.57 -
YUV 147.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 187 143 67 0 0.24 0.64 0.27 38 0.47 0.5
Hex BB 8F 43 0 18 40 1B 26 2F 32
Octal 273 217 103 0 30 100 33 46 57 62
Binary 10111011 10001111 1000011 0 11000 1000000 11011 100110 101111 110010

Color Harmonies of #BB8F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F43

Black with #BB8F43

Text Example


Text Example

White with #BB8F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F43; }

 p { color: rgb(187,143,67); }

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

background-color css

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

 a { background-color: rgb(187,143,67); }

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

border-color css

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

 span { border-color: rgb(187,143,67); }

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