Html Css Color HEX #BD732D Meteor

📋 copy color: '#BD732D'

red 189 ◦ green 115 ◦ blue 45

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

Shades of Meteor #BD732D

Tints of Meteor #BD732D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

 BLUE value IS 45 (17.97% from 255) = 12.89%

R = 54.15%
G = 32.95%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD732D (or 0xBD732D) is known color: Meteor. HEX triplet: BD, 73 and 2D. RGB value is (189,115,45). Sum of RGB (Red+Green+Blue) = 189+115+45=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD732D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD732D is #428CD2. Grayscale: #818181. Windows color (decimal): -4361427 or 2978749. OLE color: 2978749.

HSL color Cylindrical-coordinate representation of color #BD732D: hue angle of 29.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD732D is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 115 45 -
CMYK 0 0.39 0.76 0.26
HSL 29.17º 0.62% 0.46% -
HSV(B) 29.17º 0.76% 0.74% -
XYZ 27.59 23.27 5.52 -
YUV 129.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 189 115 45 0 0.39 0.76 0.26 29.17 0.62 0.46
Hex BD 73 2D 0 27 4C 1A 1D 3E 2E
Octal 275 163 55 0 47 114 32 35 76 56
Binary 10111101 1110011 101101 0 100111 1001100 11010 11101 111110 101110

Color Harmonies of #BD732D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD732D

Black with #BD732D

Text Example


Text Example

White with #BD732D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD732D; }

 p { color: rgb(189,115,45); }

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

background-color css

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

 a { background-color: rgb(189,115,45); }

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

border-color css

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

 span { border-color: rgb(189,115,45); }

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