Html Css Color HEX #B0803E Marigold

📋 copy color: '#B0803E'

red 176 ◦ green 128 ◦ blue 62

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

Shades of Marigold #B0803E

Tints of Marigold #B0803E

RGB

 RED value IS 176 (69.14% from 255) = 48.09%

 GREEN value IS 128 (50.39% from 255) = 34.97%

 BLUE value IS 62 (24.61% from 255) = 16.94%

R = 48.09%
G = 34.97%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0803E (or 0xB0803E) is known color: Marigold. HEX triplet: B0, 80 and 3E. RGB value is (176,128,62). Sum of RGB (Red+Green+Blue) = 176+128+62=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0803E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0803E is #4F7FC1. Grayscale: #878787. Windows color (decimal): -5210050 or 4096176. OLE color: 4096176.

HSL color Cylindrical-coordinate representation of color #B0803E: hue angle of 34.74º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0803E is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 128 62 -
CMYK 0 0.27 0.65 0.31
HSL 34.74º 0.48% 0.47% -
HSV(B) 34.74º 0.65% 0.69% -
XYZ 26.49 25.02 7.99 -
YUV 134.83 86.9 157.37 -
System Red Green Blue C M Y K H S L
Decimal 176 128 62 0 0.27 0.65 0.31 34.74 0.48 0.47
Hex B0 80 3E 0 1B 41 1F 23 30 2F
Octal 260 200 76 0 33 101 37 43 60 57
Binary 10110000 10000000 111110 0 11011 1000001 11111 100011 110000 101111

Color Harmonies of #B0803E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0803E

Black with #B0803E

Text Example


Text Example

White with #B0803E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0803E; }

 p { color: rgb(176,128,62); }

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

background-color css

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

 a { background-color: rgb(176,128,62); }

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

border-color css

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

 span { border-color: rgb(176,128,62); }

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