Html Css Color HEX #BD732E Meteor

📋 copy color: '#BD732E'

red 189 ◦ green 115 ◦ blue 46

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

Shades of Meteor #BD732E

Tints of Meteor #BD732E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.14%

R = 54%
G = 32.86%
B = 13.14%

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

#BD732E (or 0xBD732E) is known color: Meteor. HEX triplet: BD, 73 and 2E. RGB value is (189,115,46). Sum of RGB (Red+Green+Blue) = 189+115+46=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD732E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD732E is #428CD1. Grayscale: #818181. Windows color (decimal): -4361426 or 3044285. OLE color: 3044285.

HSL color Cylindrical-coordinate representation of color #BD732E: hue angle of 28.95º degrees, saturation: 0.61, 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 #BD732E is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 115 46 -
CMYK 0 0.39 0.76 0.26
HSL 28.95º 0.61% 0.46% -
HSV(B) 28.95º 0.76% 0.74% -
XYZ 27.61 23.28 5.62 -
YUV 129.26 81.02 170.61 -
System Red Green Blue C M Y K H S L
Decimal 189 115 46 0 0.39 0.76 0.26 28.95 0.61 0.46
Hex BD 73 2E 0 27 4C 1A 1D 3D 2E
Octal 275 163 56 0 47 114 32 35 75 56
Binary 10111101 1110011 101110 0 100111 1001100 11010 11101 111101 101110

Color Harmonies of #BD732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD732E

Black with #BD732E

Text Example


Text Example

White with #BD732E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD732E; }

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

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

background-color css

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

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

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

border-color css

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

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

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