Html Css Color HEX #B68A3A Marigold

📋 copy color: '#B68A3A'

red 182 ◦ green 138 ◦ blue 58

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

Shades of Marigold #B68A3A

Tints of Marigold #B68A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.34%

R = 48.15%
G = 36.51%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B68A3A (or 0xB68A3A) is known color: Marigold. HEX triplet: B6, 8A and 3A. RGB value is (182,138,58). Sum of RGB (Red+Green+Blue) = 182+138+58=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68A3A is #4975C5. Grayscale: #8E8E8E. Windows color (decimal): -4814278 or 3836598. OLE color: 3836598.

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

Color convert

RGB 182 138 58 -
CMYK 0 0.24 0.68 0.29
HSL 38.71º 0.52% 0.47% -
HSV(B) 38.71º 0.68% 0.71% -
XYZ 29.14 28.43 7.95 -
YUV 142.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 182 138 58 0 0.24 0.68 0.29 38.71 0.52 0.47
Hex B6 8A 3A 0 18 44 1D 27 34 2F
Octal 266 212 72 0 30 104 35 47 64 57
Binary 10110110 10001010 111010 0 11000 1000100 11101 100111 110100 101111

Color Harmonies of #B68A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A3A

Black with #B68A3A

Text Example


Text Example

White with #B68A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A3A; }

 p { color: rgb(182,138,58); }

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

background-color css

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

 a { background-color: rgb(182,138,58); }

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

border-color css

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

 span { border-color: rgb(182,138,58); }

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