Html Css Color HEX #B0823F Marigold

📋 copy color: '#B0823F'

red 176 ◦ green 130 ◦ blue 63

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

Shades of Marigold #B0823F

Tints of Marigold #B0823F

RGB

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

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

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

R = 47.7%
G = 35.23%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0823F (or 0xB0823F) is known color: Marigold. HEX triplet: B0, 82 and 3F. RGB value is (176,130,63). Sum of RGB (Red+Green+Blue) = 176+130+63=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0823F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0823F is #4F7DC0. Grayscale: #888888. Windows color (decimal): -5209537 or 4162224. OLE color: 4162224.

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

Color convert

RGB 176 130 63 -
CMYK 0 0.26 0.64 0.31
HSL 35.58º 0.47% 0.47% -
HSV(B) 35.58º 0.64% 0.69% -
XYZ 26.78 25.55 8.22 -
YUV 136.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 176 130 63 0 0.26 0.64 0.31 35.58 0.47 0.47
Hex B0 82 3F 0 1A 40 1F 24 2F 2F
Octal 260 202 77 0 32 100 37 44 57 57
Binary 10110000 10000010 111111 0 11010 1000000 11111 100100 101111 101111

Color Harmonies of #B0823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0823F

Black with #B0823F

Text Example


Text Example

White with #B0823F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0823F; }

 p { color: rgb(176,130,63); }

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

background-color css

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

 a { background-color: rgb(176,130,63); }

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

border-color css

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

 span { border-color: rgb(176,130,63); }

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