Html Css Color HEX #BD7536 Meteor

📋 copy color: '#BD7536'

red 189 ◦ green 117 ◦ blue 54

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

Shades of Meteor #BD7536

Tints of Meteor #BD7536

RGB

 RED value IS 189 (74.22% from 255) = 52.5%

 GREEN value IS 117 (46.09% from 255) = 32.5%

 BLUE value IS 54 (21.48% from 255) = 15%

R = 52.5%
G = 32.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BD7536 (or 0xBD7536) is known color: Meteor. HEX triplet: BD, 75 and 36. RGB value is (189,117,54). Sum of RGB (Red+Green+Blue) = 189+117+54=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7536 is #428AC9. Grayscale: #838383. Windows color (decimal): -4360906 or 3569085. OLE color: 3569085.

HSL color Cylindrical-coordinate representation of color #BD7536: hue angle of 28º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD7536 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 117 54 -
CMYK 0 0.38 0.71 0.26
HSL 28º 0.56% 0.48% -
HSV(B) 28º 0.71% 0.74% -
XYZ 28.01 23.81 6.61 -
YUV 131.35 84.35 169.12 -
System Red Green Blue C M Y K H S L
Decimal 189 117 54 0 0.38 0.71 0.26 28 0.56 0.48
Hex BD 75 36 0 26 47 1A 1C 38 30
Octal 275 165 66 0 46 107 32 34 70 60
Binary 10111101 1110101 110110 0 100110 1000111 11010 11100 111000 110000

Color Harmonies of #BD7536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7536

Black with #BD7536

Text Example


Text Example

White with #BD7536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7536; }

 p { color: rgb(189,117,54); }

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

background-color css

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

 a { background-color: rgb(189,117,54); }

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

border-color css

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

 span { border-color: rgb(189,117,54); }

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