Html Css Color HEX #B68D3B Marigold

📋 copy color: '#B68D3B'

red 182 ◦ green 141 ◦ blue 59

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

Shades of Marigold #B68D3B

Tints of Marigold #B68D3B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.91%

 BLUE value IS 59 (23.44% from 255) = 15.45%

R = 47.64%
G = 36.91%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B68D3B (or 0xB68D3B) is known color: Marigold. HEX triplet: B6, 8D and 3B. RGB value is (182,141,59). Sum of RGB (Red+Green+Blue) = 182+141+59=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68D3B is #4972C4. Grayscale: #909090. Windows color (decimal): -4813509 or 3902902. OLE color: 3902902.

HSL color Cylindrical-coordinate representation of color #B68D3B: hue angle of 40º degrees, saturation: 0.51, 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 #B68D3B is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 141 59 -
CMYK 0 0.23 0.68 0.29
HSL 40º 0.51% 0.47% -
HSV(B) 40º 0.68% 0.71% -
XYZ 29.61 29.31 8.23 -
YUV 143.91 80.08 155.17 -
System Red Green Blue C M Y K H S L
Decimal 182 141 59 0 0.23 0.68 0.29 40 0.51 0.47
Hex B6 8D 3B 0 17 44 1D 28 33 2F
Octal 266 215 73 0 27 104 35 50 63 57
Binary 10110110 10001101 111011 0 10111 1000100 11101 101000 110011 101111

Color Harmonies of #B68D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68D3B

Black with #B68D3B

Text Example


Text Example

White with #B68D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68D3B; }

 p { color: rgb(182,141,59); }

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

background-color css

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

 a { background-color: rgb(182,141,59); }

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

border-color css

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

 span { border-color: rgb(182,141,59); }

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