Html Css Color HEX #B88F44 Marigold

📋 copy color: '#B88F44'

red 184 ◦ green 143 ◦ blue 68

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

Shades of Marigold #B88F44

Tints of Marigold #B88F44

RGB

 RED value IS 184 (72.27% from 255) = 46.58%

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

 BLUE value IS 68 (26.95% from 255) = 17.22%

R = 46.58%
G = 36.2%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B88F44 (or 0xB88F44) is known color: Marigold. HEX triplet: B8, 8F and 44. RGB value is (184,143,68). Sum of RGB (Red+Green+Blue) = 184+143+68=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88F44 is #4770BB. Grayscale: #939393. Windows color (decimal): -4681916 or 4493240. OLE color: 4493240.

HSL color Cylindrical-coordinate representation of color #B88F44: hue angle of 38.79º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B88F44 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 143 68 -
CMYK 0 0.22 0.63 0.28
HSL 38.79º 0.46% 0.49% -
HSV(B) 38.79º 0.63% 0.72% -
XYZ 30.63 30.25 9.69 -
YUV 146.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 184 143 68 0 0.22 0.63 0.28 38.79 0.46 0.49
Hex B8 8F 44 0 16 3F 1C 27 2E 31
Octal 270 217 104 0 26 77 34 47 56 61
Binary 10111000 10001111 1000100 0 10110 111111 11100 100111 101110 110001

Color Harmonies of #B88F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88F44

Black with #B88F44

Text Example


Text Example

White with #B88F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88F44; }

 p { color: rgb(184,143,68); }

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

background-color css

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

 a { background-color: rgb(184,143,68); }

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

border-color css

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

 span { border-color: rgb(184,143,68); }

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