Html Css Color HEX #B68843 Marigold

📋 copy color: '#B68843'

red 182 ◦ green 136 ◦ blue 67

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

Shades of Marigold #B68843

Tints of Marigold #B68843

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.32%

 BLUE value IS 67 (26.56% from 255) = 17.4%

R = 47.27%
G = 35.32%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B68843 (or 0xB68843) is known color: Marigold. HEX triplet: B6, 88 and 43. RGB value is (182,136,67). Sum of RGB (Red+Green+Blue) = 182+136+67=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B68843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68843 is #4977BC. Grayscale: #8E8E8E. Windows color (decimal): -4814781 or 4425910. OLE color: 4425910.

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

Color convert

RGB 182 136 67 -
CMYK 0 0.25 0.63 0.29
HSL 36º 0.46% 0.49% -
HSV(B) 36º 0.63% 0.71% -
XYZ 29.11 27.96 9.17 -
YUV 141.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 182 136 67 0 0.25 0.63 0.29 36 0.46 0.49
Hex B6 88 43 0 19 3F 1D 24 2E 31
Octal 266 210 103 0 31 77 35 44 56 61
Binary 10110110 10001000 1000011 0 11001 111111 11101 100100 101110 110001

Color Harmonies of #B68843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68843

Black with #B68843

Text Example


Text Example

White with #B68843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68843; }

 p { color: rgb(182,136,67); }

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

background-color css

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

 a { background-color: rgb(182,136,67); }

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

border-color css

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

 span { border-color: rgb(182,136,67); }

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