Html Css Color HEX #B68239 Marigold

📋 copy color: '#B68239'

red 182 ◦ green 130 ◦ blue 57

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

Shades of Marigold #B68239

Tints of Marigold #B68239

RGB

 RED value IS 182 (71.48% from 255) = 49.32%

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

 BLUE value IS 57 (22.66% from 255) = 15.45%

R = 49.32%
G = 35.23%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B68239 (or 0xB68239) is known color: Marigold. HEX triplet: B6, 82 and 39. RGB value is (182,130,57). Sum of RGB (Red+Green+Blue) = 182+130+57=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B68239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68239 is #497DC6. Grayscale: #898989. Windows color (decimal): -4816327 or 3769014. OLE color: 3769014.

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

Color convert

RGB 182 130 57 -
CMYK 0 0.29 0.69 0.29
HSL 35.04º 0.52% 0.47% -
HSV(B) 35.04º 0.69% 0.71% -
XYZ 28.01 26.21 7.45 -
YUV 137.23 82.73 159.94 -
System Red Green Blue C M Y K H S L
Decimal 182 130 57 0 0.29 0.69 0.29 35.04 0.52 0.47
Hex B6 82 39 0 1D 45 1D 23 34 2F
Octal 266 202 71 0 35 105 35 43 64 57
Binary 10110110 10000010 111001 0 11101 1000101 11101 100011 110100 101111

Color Harmonies of #B68239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68239

Black with #B68239

Text Example


Text Example

White with #B68239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68239; }

 p { color: rgb(182,130,57); }

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

background-color css

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

 a { background-color: rgb(182,130,57); }

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

border-color css

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

 span { border-color: rgb(182,130,57); }

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