Html Css Color HEX #B88A3F Marigold

📋 copy color: '#B88A3F'

red 184 ◦ green 138 ◦ blue 63

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

Shades of Marigold #B88A3F

Tints of Marigold #B88A3F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.84%

 BLUE value IS 63 (25% from 255) = 16.36%

R = 47.79%
G = 35.84%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B88A3F (or 0xB88A3F) is known color: Marigold. HEX triplet: B8, 8A and 3F. RGB value is (184,138,63). Sum of RGB (Red+Green+Blue) = 184+138+63=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A3F is #4775C0. Grayscale: #8F8F8F. Windows color (decimal): -4683201 or 4164280. OLE color: 4164280.

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

Color convert

RGB 184 138 63 -
CMYK 0 0.25 0.66 0.28
HSL 37.19º 0.49% 0.48% -
HSV(B) 37.19º 0.66% 0.72% -
XYZ 29.75 28.73 8.68 -
YUV 143.2 82.74 157.1 -
System Red Green Blue C M Y K H S L
Decimal 184 138 63 0 0.25 0.66 0.28 37.19 0.49 0.48
Hex B8 8A 3F 0 19 42 1C 25 31 30
Octal 270 212 77 0 31 102 34 45 61 60
Binary 10111000 10001010 111111 0 11001 1000010 11100 100101 110001 110000

Color Harmonies of #B88A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88A3F

Black with #B88A3F

Text Example


Text Example

White with #B88A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88A3F; }

 p { color: rgb(184,138,63); }

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

background-color css

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

 a { background-color: rgb(184,138,63); }

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

border-color css

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

 span { border-color: rgb(184,138,63); }

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